#0C3406

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

Shades of Myrtle #0C3406

Tints of Myrtle #0C3406

Color information

#0C3406 (or 0x0C3406) is unknown color: approx Myrtle. HEX triplet: 0C, 34 and 06. RGB value is (12,52,6). Sum of RGB (Red+Green+Blue) = 12+52+6=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3406 is #F3CBF9. Grayscale: #222222. Windows color (decimal): -15977466 or 406540. OLE color: 406540.

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

Color convert

RGB12526-
CMYK0.7700.880.80
HSL112.17º79.31%11.37%-
HSV(B)112.17º88.46%20.39%-
XYZ1.412.550.59-
YUV34.8111.75111.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.14%
GREEN value IS 52 (20.70% from 255) = 74.29%
BLUE value IS 6 (2.73% from 255) = 8.57%
R=17.14%
G=74.29%
B=8.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal125260.7700.880.80112.1779.3111.37
HexC3464D05850704fb
Octal14646115013012016011713
Binary11001101001101001101010110001010000111000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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