#0C5412

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

Shades of Myrtle #0C5412

Tints of Myrtle #0C5412

Color information

#0C5412 (or 0x0C5412) is unknown color: approx Myrtle. HEX triplet: 0C, 54 and 12. RGB value is (12,84,18). Sum of RGB (Red+Green+Blue) = 12+84+18=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5412 is #F3ABED. Grayscale: #373737. Windows color (decimal): -15969262 or 1201164. OLE color: 1201164.

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

Color convert

RGB128418-
CMYK0.8600.790.67
HSL125º75%18.82%-
HSV(B)125º85.71%32.94%-
XYZ3.436.461.64-
YUV54.95107.1597.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 84 (33.20% from 255) = 73.68%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=10.53%
G=73.68%
B=15.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1284180.8600.790.671257518.82
HexC54125604F437d4b13
Octal1412422126011710317511323
Binary110010101001001010101100100111110000111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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