#0D2409

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

Shades of Myrtle #0D2409

Tints of Myrtle #0D2409

Color information

#0D2409 (or 0x0D2409) is unknown color: approx Myrtle. HEX triplet: 0D, 24 and 09. RGB value is (13,36,9). Sum of RGB (Red+Green+Blue) = 13+36+9=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #0D2409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2409 is #F2DBF6. Grayscale: #1A1A1A. Windows color (decimal): -15916023 or 599053. OLE color: 599053.

HSL color Cylindrical-coordinate representation of color #0D2409: hue angle of 111.11º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D2409 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.86.

Color convert

RGB13369-
CMYK0.6400.750.86
HSL111.11º60%8.82%-
HSV(B)111.11º75%14.12%-
XYZ0.851.370.48-
YUV26.04118.38118.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 36 (14.45% from 255) = 62.07%
BLUE value IS 9 (3.91% from 255) = 15.52%
R=22.41%
G=62.07%
B=15.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal133690.6400.750.86111.11608.82
HexD2494004B566f3c9
Octal15441110001131261577411
Binary11011001001001100000001001011101011011011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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