#0C3409

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

Shades of Myrtle #0C3409

Tints of Myrtle #0C3409

Color information

#0C3409 (or 0x0C3409) is unknown color: approx Myrtle. HEX triplet: 0C, 34 and 09. RGB value is (12,52,9). Sum of RGB (Red+Green+Blue) = 12+52+9=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3409 is #F3CBF6. Grayscale: #232323. Windows color (decimal): -15977463 or 603148. OLE color: 603148.

HSL color Cylindrical-coordinate representation of color #0C3409: hue angle of 115.81º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C3409 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB12529-
CMYK0.7700.830.80
HSL115.81º70.49%11.96%-
HSV(B)115.81º82.69%20.39%-
XYZ1.432.550.68-
YUV35.14113.25111.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.44%
GREEN value IS 52 (20.70% from 255) = 71.23%
BLUE value IS 9 (3.91% from 255) = 12.33%
R=16.44%
G=71.23%
B=12.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal125290.7700.830.80115.8170.4911.96
HexC3494D053507446c
Octal146411115012312016410614
Binary110011010010011001101010100111010000111010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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