#1c7573

Color #1C7573 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #1C7573

Tints of Elm #1C7573

Color information

#1C7573 (or 0x1C7573) is unknown color: approx Elm. HEX triplet: 1C, 75 and 73. RGB value is (28,117,115). Sum of RGB (Red+Green+Blue) = 28+117+115=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #1C7573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7573 is #E38A8C. Grayscale: #5A5A5A. Windows color (decimal): -14912141 or 7566620. OLE color: 7566620.

HSL color Cylindrical-coordinate representation of color #1C7573: hue angle of 178.65º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7573 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB28117115-
CMYK0.7600.020.54
HSL178.65º61.38%28.43%-
HSV(B)178.65º76.07%45.88%-
XYZ9.9314.2118.44-
YUV90.16142.0183.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 10.77%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=10.77%
G=45%
B=44.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal281171150.7600.020.54178.6561.3828.43
Hex1C75734C0236b33d1c
Octal3416516311402662637534
Binary111001110101111001110011000101101101011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c7573; }

 p { color: rgb(28,117,115); }

 H1.HeaderClassName
 {
   color: #1c7573;
 }
 .AnyTagClassName
 {
   color: #1c7573;
 }
</style>
background-color css

<style>
 a { background-color: #1c7573; }

 a { background-color: rgb(28,117,115); }

 div.DivClassName
 {
   background-color: #1c7573;
 }
 .BgClassName
 {
   background-color: #1c7573;
 }
</style>
border-color css

<style>
 span { border-color: #1c7573; }

 span { border-color: rgb(28,117,115); }

 td.TdClassName
 {
   border-color: #1c7573;
 }
 .TagClassName
 {
   border-color: #1c7573;
 }
</style>