#0C5704

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

Shades of Myrtle #0C5704

Tints of Myrtle #0C5704

Color information

#0C5704 (or 0x0C5704) is unknown color: approx Myrtle. HEX triplet: 0C, 57 and 04. RGB value is (12,87,4). Sum of RGB (Red+Green+Blue) = 12+87+4=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 87 (34.38% from 255 or 84.47% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 87 - color contains mainly: green. Hex color #0C5704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5704 is #F3A8FB. Grayscale: #373737. Windows color (decimal): -15968508 or 284428. OLE color: 284428.

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

Color convert

RGB12874-
CMYK0.8600.950.66
HSL114.22º91.21%17.84%-
HSV(B)114.22º95.4%34.12%-
XYZ3.586.91.26-
YUV55.1199.1597.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.65%
GREEN value IS 87 (34.38% from 255) = 84.47%
BLUE value IS 4 (1.95% from 255) = 3.88%
R=11.65%
G=84.47%
B=3.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal128740.8600.950.66114.2291.2117.84
HexC5745605F42725b12
Octal141274126013710216213322
Binary1100101011110010101100101111110000101110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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