#0C5204

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

Shades of Myrtle #0C5204

Tints of Myrtle #0C5204

Color information

#0C5204 (or 0x0C5204) is unknown color: approx Myrtle. HEX triplet: 0C, 52 and 04. RGB value is (12,82,4). Sum of RGB (Red+Green+Blue) = 12+82+4=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 82 (32.42% from 255 or 83.67% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 82 - color contains mainly: green. Hex color #0C5204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5204 is #F3ADFB. Grayscale: #343434. Windows color (decimal): -15969788 or 283148. OLE color: 283148.

HSL color Cylindrical-coordinate representation of color #0C5204: hue angle of 113.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C5204 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB12824-
CMYK0.8500.950.68
HSL113.85º90.7%16.86%-
HSV(B)113.85º95.12%32.16%-
XYZ3.196.121.13-
YUV52.18100.8199.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 82 (32.42% from 255) = 83.67%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=12.24%
G=83.67%
B=4.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal128240.8500.950.68113.8590.716.86
HexC5245505F44725b11
Octal141224125013710416213321
Binary1100101001010010101010101111110001001110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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