#0D4109

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

Shades of Myrtle #0D4109

Tints of Myrtle #0D4109

Color information

#0D4109 (or 0x0D4109) is unknown color: approx Myrtle. HEX triplet: 0D, 41 and 09. RGB value is (13,65,9). Sum of RGB (Red+Green+Blue) = 13+65+9=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 65 (25.78% from 255 or 74.71% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4109 is #F2BEF6. Grayscale: #2B2B2B. Windows color (decimal): -15908599 or 606477. OLE color: 606477.

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

Color convert

RGB13659-
CMYK0.8000.860.75
HSL115.71º75.68%14.51%-
HSV(B)115.71º86.15%25.49%-
XYZ2.113.890.9-
YUV43.07108.77106.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.94%
GREEN value IS 65 (25.78% from 255) = 74.71%
BLUE value IS 9 (3.91% from 255) = 10.34%
R=14.94%
G=74.71%
B=10.34%

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
Decimal136590.8000.860.75115.7175.6814.51
HexD419500564B744cf
Octal1510111120012611316411417
Binary1101100000110011010000010101101001011111010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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