#0D4009

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

Shades of Myrtle #0D4009

Tints of Myrtle #0D4009

Color information

#0D4009 (or 0x0D4009) is unknown color: approx Myrtle. HEX triplet: 0D, 40 and 09. RGB value is (13,64,9). Sum of RGB (Red+Green+Blue) = 13+64+9=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #0D4009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4009 is #F2BFF6. Grayscale: #2A2A2A. Windows color (decimal): -15908855 or 606221. OLE color: 606221.

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

Color convert

RGB13649-
CMYK0.8000.860.75
HSL115.64º75.34%14.31%-
HSV(B)115.64º85.94%25.1%-
XYZ2.053.770.88-
YUV42.48109.1106.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.12%
GREEN value IS 64 (25.39% from 255) = 74.42%
BLUE value IS 9 (3.91% from 255) = 10.47%
R=15.12%
G=74.42%
B=10.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal136490.8000.860.75115.6475.3414.31
HexD409500564B744be
Octal1510011120012611316411316
Binary1101100000010011010000010101101001011111010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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