#0C330E

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

Shades of Myrtle #0C330E

Tints of Myrtle #0C330E

Color information

#0C330E (or 0x0C330E) is unknown color: approx Myrtle. HEX triplet: 0C, 33 and 0E. RGB value is (12,51,14). Sum of RGB (Red+Green+Blue) = 12+51+14=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #0C330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C330E is #F3CCF1. Grayscale: #232323. Windows color (decimal): -15977714 or 930572. OLE color: 930572.

HSL color Cylindrical-coordinate representation of color #0C330E: hue angle of 123.08º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C330E is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB125114-
CMYK0.7600.730.8
HSL123.08º61.9%12.35%-
HSV(B)123.08º76.47%20%-
XYZ1.412.480.82-
YUV35.12116.08111.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.58%
GREEN value IS 51 (20.31% from 255) = 66.23%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=15.58%
G=66.23%
B=18.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1251140.7600.730.8123.0861.912.35
HexC33E4C049507b3ec
Octal14631611401111201737614
Binary11001100111110100110001001001101000011110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,51,14); }

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

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

 a { background-color: rgb(12,51,14); }

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

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

 span { border-color: rgb(12,51,14); }

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