#1C5508

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

Shades of Myrtle #1C5508

Tints of Myrtle #1C5508

Color information

#1C5508 (or 0x1C5508) is unknown color: approx Myrtle. HEX triplet: 1C, 55 and 08. RGB value is (28,85,8). Sum of RGB (Red+Green+Blue) = 28+85+8=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5508 is #E3AAF7. Grayscale: #3B3B3B. Windows color (decimal): -14920440 or 546076. OLE color: 546076.

HSL color Cylindrical-coordinate representation of color #1C5508: hue angle of 104.42º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C5508 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB28858-
CMYK0.6700.910.67
HSL104.42º82.8%18.24%-
HSV(B)104.42º90.59%33.33%-
XYZ3.776.761.34-
YUV59.1899.12105.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.14%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=23.14%
G=70.25%
B=6.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal288580.6700.910.67104.4282.818.24
Hex1C5584305B43685312
Octal3412510103013310315012322
Binary111001010101100010000110101101110000111101000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,85,8); }

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

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

 a { background-color: rgb(28,85,8); }

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

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

 span { border-color: rgb(28,85,8); }

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