#0C3706

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

Shades of Myrtle #0C3706

Tints of Myrtle #0C3706

Color information

#0C3706 (or 0x0C3706) is unknown color: approx Myrtle. HEX triplet: 0C, 37 and 06. RGB value is (12,55,6). Sum of RGB (Red+Green+Blue) = 12+55+6=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #0C3706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3706 is #F3C8F9. Grayscale: #242424. Windows color (decimal): -15976698 or 407308. OLE color: 407308.

HSL color Cylindrical-coordinate representation of color #0C3706: hue angle of 112.65º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C3706 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB12556-
CMYK0.7800.890.78
HSL112.65º80.33%11.96%-
HSV(B)112.65º89.09%21.57%-
XYZ1.552.820.64-
YUV36.56110.75110.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.44%
GREEN value IS 55 (21.88% from 255) = 75.34%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=16.44%
G=75.34%
B=8.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal125560.7800.890.78112.6580.3311.96
HexC3764E0594E7150c
Octal14676116013111616112014
Binary11001101111101001110010110011001110111000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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