Shades of Myrtle #0D520B
Tints of Myrtle #0D520B
RGB
CMYK
RGB Variations
Color information
#0D520B (or 0x0D520B) is known color: Myrtle. HEX triplet: 0D, 52 and 0B. RGB value is (13,82,11). Sum of RGB (Red+Green+Blue) = 13+82+11=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #0D520B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D520B is #F2ADF4. Grayscale: #353535. Windows color (decimal): -15904245 or 741901. OLE color: 741901.
HSL color Cylindrical-coordinate representation of color #0D520B: hue angle of 118.31º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D520B is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 82 | 11 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.68 |
| HSL | 118.31º | 0.76% | 0.18% | - |
| HSV(B) | 118.31º | 0.87% | 0.32% | - |
| XYZ | 3.24 | 6.14 | 1.33 | - |
| YUV | 53.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 11 | 0.84 | 0 | 0.87 | 0.68 | 118.31 | 0.76 | 0.18 |
| Hex | D | 52 | B | 54 | 0 | 57 | 44 | 76 | 4C | 12 |
| Octal | 15 | 122 | 13 | 124 | 0 | 127 | 104 | 166 | 114 | 22 |
| Binary | 1101 | 1010010 | 1011 | 1010100 | 0 | 1010111 | 1000100 | 1110110 | 1001100 | 10010 |
Color Harmonies of #0D520B
Complementary color
Monochromatic Colors of #0D520B
Black with #0D520B
Text Example
Text Example
White with #0D520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D520B; }
p { color: rgb(13,82,11); }
H1.HeaderClassName
{
color: #0D520B;
}
.AnyTagClassName
{
color: #0D520B;
}
</style>
background-color css
<style>
a { background-color: #0D520B; }
a { background-color: rgb(13,82,11); }
div.DivClassName
{
background-color: #0D520B;
}
.BgClassName
{
background-color: #0D520B;
}
</style>
border-color css
<style>
span { border-color: #0D520B; }
span { border-color: rgb(13,82,11); }
td.TdClassName
{
border-color: #0D520B;
}
.TagClassName
{
border-color: #0D520B;
}
</style>