#0C5804

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

Shades of Myrtle #0C5804

Tints of Myrtle #0C5804

Color information

#0C5804 (or 0x0C5804) is unknown color: approx Myrtle. HEX triplet: 0C, 58 and 04. RGB value is (12,88,4). Sum of RGB (Red+Green+Blue) = 12+88+4=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 88 (34.77% from 255 or 84.62% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5804 is #F3A7FB. Grayscale: #373737. Windows color (decimal): -15968252 or 284684. OLE color: 284684.

HSL color Cylindrical-coordinate representation of color #0C5804: hue angle of 114.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C5804 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB12884-
CMYK0.8600.950.65
HSL114.29º91.3%18.04%-
HSV(B)114.29º95.45%34.51%-
XYZ3.667.071.29-
YUV55.798.8296.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.54%
GREEN value IS 88 (34.77% from 255) = 84.62%
BLUE value IS 4 (1.95% from 255) = 3.85%
R=11.54%
G=84.62%
B=3.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal128840.8600.950.65114.2991.318.04
HexC5845605F41725b12
Octal141304126013710116213322
Binary1100101100010010101100101111110000011110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5804; }

 p { color: rgb(12,88,4); }

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

<style>
 a { background-color: #0C5804; }

 a { background-color: rgb(12,88,4); }

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

<style>
 span { border-color: #0C5804; }

 span { border-color: rgb(12,88,4); }

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