Shades of Myrtle #0D4808
Tints of Myrtle #0D4808
RGB
CMYK
RGB Variations
Color information
#0D4808 (or 0x0D4808) is known color: Myrtle. HEX triplet: 0D, 48 and 08. RGB value is (13,72,8). Sum of RGB (Red+Green+Blue) = 13+72+8=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #0D4808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4808 is #F2B7F7. Grayscale: #2F2F2F. Windows color (decimal): -15906808 or 542733. OLE color: 542733.
HSL color Cylindrical-coordinate representation of color #0D4808: hue angle of 115.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4808 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 72 | 8 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.72 |
| HSL | 115.31º | 0.8% | 0.16% | - |
| HSV(B) | 115.31º | 0.89% | 0.28% | - |
| XYZ | 2.53 | 4.74 | 1.01 | - |
| YUV | 47.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 8 | 0.82 | 0 | 0.89 | 0.72 | 115.31 | 0.8 | 0.16 |
| Hex | D | 48 | 8 | 52 | 0 | 59 | 48 | 73 | 50 | 10 |
| Octal | 15 | 110 | 10 | 122 | 0 | 131 | 110 | 163 | 120 | 20 |
| Binary | 1101 | 1001000 | 1000 | 1010010 | 0 | 1011001 | 1001000 | 1110011 | 1010000 | 10000 |
Color Harmonies of #0D4808
Complementary color
Monochromatic Colors of #0D4808
Black with #0D4808
Text Example
Text Example
White with #0D4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4808; }
p { color: rgb(13,72,8); }
H1.HeaderClassName
{
color: #0D4808;
}
.AnyTagClassName
{
color: #0D4808;
}
</style>
background-color css
<style>
a { background-color: #0D4808; }
a { background-color: rgb(13,72,8); }
div.DivClassName
{
background-color: #0D4808;
}
.BgClassName
{
background-color: #0D4808;
}
</style>
border-color css
<style>
span { border-color: #0D4808; }
span { border-color: rgb(13,72,8); }
td.TdClassName
{
border-color: #0D4808;
}
.TagClassName
{
border-color: #0D4808;
}
</style>