#0C2309

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

Shades of Myrtle #0C2309

Tints of Myrtle #0C2309

Color information

#0C2309 (or 0x0C2309) is unknown color: approx Myrtle. HEX triplet: 0C, 23 and 09. RGB value is (12,35,9). Sum of RGB (Red+Green+Blue) = 12+35+9=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2309 is #F3DCF6. Grayscale: #191919. Windows color (decimal): -15981815 or 598796. OLE color: 598796.

HSL color Cylindrical-coordinate representation of color #0C2309: hue angle of 113.08º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2309 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB12359-
CMYK0.6600.740.86
HSL113.08º59.09%8.63%-
HSV(B)113.08º74.29%13.73%-
XYZ0.81.30.47-
YUV25.16118.88118.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.43%
GREEN value IS 35 (14.06% from 255) = 62.5%
BLUE value IS 9 (3.91% from 255) = 16.07%
R=21.43%
G=62.5%
B=16.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal123590.6600.740.86113.0859.098.63
HexC2394204A56713b9
Octal14431110201121261617311
Binary11001000111001100001001001010101011011100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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