#0D3308

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

Shades of Myrtle #0D3308

Tints of Myrtle #0D3308

Color information

#0D3308 (or 0x0D3308) is unknown color: approx Myrtle. HEX triplet: 0D, 33 and 08. RGB value is (13,51,8). Sum of RGB (Red+Green+Blue) = 13+51+8=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #0D3308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3308 is #F2CCF7. Grayscale: #222222. Windows color (decimal): -15912184 or 537357. OLE color: 537357.

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

Color convert

RGB13518-
CMYK0.7500.840.8
HSL113.02º72.88%11.57%-
HSV(B)113.02º84.31%20%-
XYZ1.392.470.63-
YUV34.74112.91112.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.06%
GREEN value IS 51 (20.31% from 255) = 70.83%
BLUE value IS 8 (3.52% from 255) = 11.11%
R=18.06%
G=70.83%
B=11.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal135180.7500.840.8113.0272.8811.57
HexD3384B054507149c
Octal156310113012412016111114
Binary110111001110001001011010101001010000111000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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