#0C330D

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

Shades of Myrtle #0C330D

Tints of Myrtle #0C330D

Color information

#0C330D (or 0x0C330D) is unknown color: approx Myrtle. HEX triplet: 0C, 33 and 0D. RGB value is (12,51,13). Sum of RGB (Red+Green+Blue) = 12+51+13=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #0C330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C330D is #F3CCF2. Grayscale: #232323. Windows color (decimal): -15977715 or 865036. OLE color: 865036.

HSL color Cylindrical-coordinate representation of color #0C330D: hue angle of 121.54º 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 #0C330D is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB125113-
CMYK0.7600.750.8
HSL121.54º61.9%12.35%-
HSV(B)121.54º76.47%20%-
XYZ1.412.470.78-
YUV35.01115.58111.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.79%
GREEN value IS 51 (20.31% from 255) = 67.11%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=15.79%
G=67.11%
B=17.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1251130.7600.750.8121.5461.912.35
HexC33D4C04B507a3ec
Octal14631511401131201727614
Binary11001100111101100110001001011101000011110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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