#0D2809

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

Shades of Myrtle #0D2809

Tints of Myrtle #0D2809

Color information

#0D2809 (or 0x0D2809) is unknown color: approx Myrtle. HEX triplet: 0D, 28 and 09. RGB value is (13,40,9). Sum of RGB (Red+Green+Blue) = 13+40+9=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #0D2809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2809 is #F2D7F6. Grayscale: #1C1C1C. Windows color (decimal): -15914999 or 600077. OLE color: 600077.

HSL color Cylindrical-coordinate representation of color #0D2809: hue angle of 112.26º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D2809 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB13409-
CMYK0.6700.780.84
HSL112.26º63.27%9.61%-
HSV(B)112.26º77.5%15.69%-
XYZ0.971.620.52-
YUV28.39117.05117.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.97%
GREEN value IS 40 (16.02% from 255) = 64.52%
BLUE value IS 9 (3.91% from 255) = 14.52%
R=20.97%
G=64.52%
B=14.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal134090.6700.780.84112.2663.279.61
HexD2894304E54703fa
Octal15501110301161241607712
Binary11011010001001100001101001110101010011100001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,40,9); }

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

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

 a { background-color: rgb(13,40,9); }

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

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

 span { border-color: rgb(13,40,9); }

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