#0C2009

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

Shades of Myrtle #0C2009

Tints of Myrtle #0C2009

Color information

#0C2009 (or 0x0C2009) is unknown color: approx Myrtle. HEX triplet: 0C, 20 and 09. RGB value is (12,32,9). Sum of RGB (Red+Green+Blue) = 12+32+9=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #0C2009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2009 is #F3DFF6. Grayscale: #171717. Windows color (decimal): -15982583 or 598028. OLE color: 598028.

HSL color Cylindrical-coordinate representation of color #0C2009: hue angle of 112.17º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C2009 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB12329-
CMYK0.6300.720.87
HSL112.17º56.1%8.04%-
HSV(B)112.17º71.88%12.55%-
XYZ0.721.130.44-
YUV23.4119.87119.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.64%
GREEN value IS 32 (12.89% from 255) = 60.38%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=22.64%
G=60.38%
B=16.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal123290.6300.720.87112.1756.18.04
HexC2093F0485770388
Octal1440117701101271607010
Binary1100100000100111111101001000101011111100001110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,32,9); }

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

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

 a { background-color: rgb(12,32,9); }

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

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

 span { border-color: rgb(12,32,9); }

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