#0C3909

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

Shades of Myrtle #0C3909

Tints of Myrtle #0C3909

Color information

#0C3909 (or 0x0C3909) is unknown color: approx Myrtle. HEX triplet: 0C, 39 and 09. RGB value is (12,57,9). Sum of RGB (Red+Green+Blue) = 12+57+9=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #0C3909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3909 is #F3C6F6. Grayscale: #262626. Windows color (decimal): -15976183 or 604428. OLE color: 604428.

HSL color Cylindrical-coordinate representation of color #0C3909: hue angle of 116.25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C3909 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB12579-
CMYK0.7900.840.78
HSL116.25º72.73%12.94%-
HSV(B)116.25º84.21%22.35%-
XYZ1.663.020.75-
YUV38.07111.59109.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.38%
GREEN value IS 57 (22.66% from 255) = 73.08%
BLUE value IS 9 (3.91% from 255) = 11.54%
R=15.38%
G=73.08%
B=11.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal125790.7900.840.78116.2572.7312.94
HexC3994F0544E7449d
Octal147111117012411616411115
Binary110011100110011001111010101001001110111010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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