#0C5404

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

Shades of Myrtle #0C5404

Tints of Myrtle #0C5404

Color information

#0C5404 (or 0x0C5404) is unknown color: approx Myrtle. HEX triplet: 0C, 54 and 04. RGB value is (12,84,4). Sum of RGB (Red+Green+Blue) = 12+84+4=100 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12% from 100); Green value is 84 (33.20% from 255 or 84% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5404 is #F3ABFB. Grayscale: #353535. Windows color (decimal): -15969276 or 283660. OLE color: 283660.

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

Color convert

RGB12844-
CMYK0.8600.950.67
HSL114º90.91%17.25%-
HSV(B)114º95.24%32.94%-
XYZ3.346.431.18-
YUV53.35100.1598.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12%
GREEN value IS 84 (33.20% from 255) = 84%
BLUE value IS 4 (1.95% from 255) = 4%
R=12%
G=84%
B=4%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal128440.8600.950.6711490.9117.25
HexC5445605F43725b11
Octal141244126013710316213321
Binary1100101010010010101100101111110000111110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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