Shades of Myrtle #0D4813
Tints of Myrtle #0D4813
RGB
CMYK
RGB Variations
Color information
#0D4813 (or 0x0D4813) is known color: Myrtle. HEX triplet: 0D, 48 and 13. RGB value is (13,72,19). Sum of RGB (Red+Green+Blue) = 13+72+19=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 72 (28.52% from 255 or 69.23% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 72 - color contains mainly: green. Hex color #0D4813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4813 is #F2B7EC. Grayscale: #303030. Windows color (decimal): -15906797 or 1263629. OLE color: 1263629.
HSL color Cylindrical-coordinate representation of color #0D4813: hue angle of 126.1º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4813 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 72 | 19 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.72 |
| HSL | 126.1º | 0.69% | 0.17% | - |
| HSV(B) | 126.1º | 0.82% | 0.28% | - |
| XYZ | 2.6 | 4.77 | 1.4 | - |
| YUV | 48.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 19 | 0.82 | 0 | 0.74 | 0.72 | 126.1 | 0.69 | 0.17 |
| Hex | D | 48 | 13 | 52 | 0 | 4A | 48 | 7E | 45 | 11 |
| Octal | 15 | 110 | 23 | 122 | 0 | 112 | 110 | 176 | 105 | 21 |
| Binary | 1101 | 1001000 | 10011 | 1010010 | 0 | 1001010 | 1001000 | 1111110 | 1000101 | 10001 |
Color Harmonies of #0D4813
Complementary color
Monochromatic Colors of #0D4813
Black with #0D4813
Text Example
Text Example
White with #0D4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4813; }
p { color: rgb(13,72,19); }
H1.HeaderClassName
{
color: #0D4813;
}
.AnyTagClassName
{
color: #0D4813;
}
</style>
background-color css
<style>
a { background-color: #0D4813; }
a { background-color: rgb(13,72,19); }
div.DivClassName
{
background-color: #0D4813;
}
.BgClassName
{
background-color: #0D4813;
}
</style>
border-color css
<style>
span { border-color: #0D4813; }
span { border-color: rgb(13,72,19); }
td.TdClassName
{
border-color: #0D4813;
}
.TagClassName
{
border-color: #0D4813;
}
</style>