#0C4206

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

Shades of Myrtle #0C4206

Tints of Myrtle #0C4206

Color information

#0C4206 (or 0x0C4206) is unknown color: approx Myrtle. HEX triplet: 0C, 42 and 06. RGB value is (12,66,6). Sum of RGB (Red+Green+Blue) = 12+66+6=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 66 (26.17% from 255 or 78.57% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 66 - color contains mainly: green. Hex color #0C4206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4206 is #F3BDF9. Grayscale: #2B2B2B. Windows color (decimal): -15973882 or 410124. OLE color: 410124.

HSL color Cylindrical-coordinate representation of color #0C4206: hue angle of 114º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4206 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB12666-
CMYK0.8200.910.74
HSL114º83.33%14.12%-
HSV(B)114º90.91%25.88%-
XYZ2.133.990.83-
YUV43.01107.11105.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 66 (26.17% from 255) = 78.57%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=14.29%
G=78.57%
B=7.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal126660.8200.910.7411483.3314.12
HexC4265205B4A7253e
Octal141026122013311216212316
Binary110010000101101010010010110111001010111001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,66,6); }

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

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

 a { background-color: rgb(12,66,6); }

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

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

 span { border-color: rgb(12,66,6); }

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