#0D3311

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

Shades of Myrtle #0D3311

Tints of Myrtle #0D3311

Color information

#0D3311 (or 0x0D3311) is unknown color: approx Myrtle. HEX triplet: 0D, 33 and 11. RGB value is (13,51,17). Sum of RGB (Red+Green+Blue) = 13+51+17=81 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.05% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #0D3311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3311 is #F2CCEE. Grayscale: #232323. Windows color (decimal): -15912175 or 1127181. OLE color: 1127181.

HSL color Cylindrical-coordinate representation of color #0D3311: hue angle of 126.32º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3311 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB135117-
CMYK0.7500.670.8
HSL126.32º59.38%12.55%-
HSV(B)126.32º74.51%20%-
XYZ1.452.490.94-
YUV35.76117.41111.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.05%
GREEN value IS 51 (20.31% from 255) = 62.96%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=16.05%
G=62.96%
B=20.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1351170.7500.670.8126.3259.3812.55
HexD33114B043507e3bd
Octal15632111301031201767315
Binary110111001110001100101101000011101000011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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