#0C4012

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

Shades of Myrtle #0C4012

Tints of Myrtle #0C4012

Color information

#0C4012 (or 0x0C4012) is unknown color: approx Myrtle. HEX triplet: 0C, 40 and 12. RGB value is (12,64,18). Sum of RGB (Red+Green+Blue) = 12+64+18=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4012 is #F3BFED. Grayscale: #2B2B2B. Windows color (decimal): -15974382 or 1196044. OLE color: 1196044.

HSL color Cylindrical-coordinate representation of color #0C4012: hue angle of 126.92º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C4012 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB126418-
CMYK0.8100.720.75
HSL126.92º68.42%14.9%-
HSV(B)126.92º81.25%25.1%-
XYZ2.093.791.19-
YUV43.21113.77105.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.77%
GREEN value IS 64 (25.39% from 255) = 68.09%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=12.77%
G=68.09%
B=19.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264180.8100.720.75126.9268.4214.9
HexC4012510484B7f44f
Octal1410022121011011317710417
Binary11001000000100101010001010010001001011111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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