Shades of Myrtle #0D470F
Tints of Myrtle #0D470F
RGB
CMYK
RGB Variations
Color information
#0D470F (or 0x0D470F) is known color: Myrtle. HEX triplet: 0D, 47 and 0F. RGB value is (13,71,15). Sum of RGB (Red+Green+Blue) = 13+71+15=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #0D470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D470F is #F2B8F0. Grayscale: #2F2F2F. Windows color (decimal): -15907057 or 1001229. OLE color: 1001229.
HSL color Cylindrical-coordinate representation of color #0D470F: hue angle of 122.07º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D470F is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 71 | 15 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.72 |
| HSL | 122.07º | 0.69% | 0.16% | - |
| HSV(B) | 122.07º | 0.82% | 0.28% | - |
| XYZ | 2.51 | 4.63 | 1.21 | - |
| YUV | 47.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 15 | 0.82 | 0 | 0.79 | 0.72 | 122.07 | 0.69 | 0.16 |
| Hex | D | 47 | F | 52 | 0 | 4F | 48 | 7A | 45 | 10 |
| Octal | 15 | 107 | 17 | 122 | 0 | 117 | 110 | 172 | 105 | 20 |
| Binary | 1101 | 1000111 | 1111 | 1010010 | 0 | 1001111 | 1001000 | 1111010 | 1000101 | 10000 |
Color Harmonies of #0D470F
Complementary color
Monochromatic Colors of #0D470F
Black with #0D470F
Text Example
Text Example
White with #0D470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D470F; }
p { color: rgb(13,71,15); }
H1.HeaderClassName
{
color: #0D470F;
}
.AnyTagClassName
{
color: #0D470F;
}
</style>
background-color css
<style>
a { background-color: #0D470F; }
a { background-color: rgb(13,71,15); }
div.DivClassName
{
background-color: #0D470F;
}
.BgClassName
{
background-color: #0D470F;
}
</style>
border-color css
<style>
span { border-color: #0D470F; }
span { border-color: rgb(13,71,15); }
td.TdClassName
{
border-color: #0D470F;
}
.TagClassName
{
border-color: #0D470F;
}
</style>