#0D330C

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

Shades of Myrtle #0D330C

Tints of Myrtle #0D330C

Color information

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

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

Color convert

RGB135112-
CMYK0.7500.760.8
HSL118.46º61.9%12.35%-
HSV(B)118.46º76.47%20%-
XYZ1.422.480.75-
YUV35.19114.91112.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1351120.7500.760.8118.4661.912.35
HexD33C4B04C50763ec
Octal15631411301141201667614
Binary11011100111100100101101001100101000011101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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