Shades of Myrtle #0D2505
Tints of Myrtle #0D2505
RGB
CMYK
RGB Variations
Color information
#0D2505 (or 0x0D2505) is known color: Myrtle. HEX triplet: 0D, 25 and 05. RGB value is (13,37,5). Sum of RGB (Red+Green+Blue) = 13+37+5=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2505 is #F2DAFA. Grayscale: #1A1A1A. Windows color (decimal): -15915771 or 337165. OLE color: 337165.
HSL color Cylindrical-coordinate representation of color #0D2505: hue angle of 105º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D2505 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 37 | 5 | - |
| CMYK | 0.65 | 0 | 0.86 | 0.85 |
| HSL | 105º | 0.76% | 0.08% | - |
| HSV(B) | 105º | 0.86% | 0.15% | - |
| XYZ | 0.85 | 1.42 | 0.37 | - |
| YUV | 26.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 5 | 0.65 | 0 | 0.86 | 0.85 | 105 | 0.76 | 0.08 |
| Hex | D | 25 | 5 | 41 | 0 | 56 | 55 | 69 | 4C | 8 |
| Octal | 15 | 45 | 5 | 101 | 0 | 126 | 125 | 151 | 114 | 10 |
| Binary | 1101 | 100101 | 101 | 1000001 | 0 | 1010110 | 1010101 | 1101001 | 1001100 | 1000 |
Color Harmonies of #0D2505
Complementary color
Monochromatic Colors of #0D2505
Black with #0D2505
Text Example
Text Example
White with #0D2505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2505; }
p { color: rgb(13,37,5); }
H1.HeaderClassName
{
color: #0D2505;
}
.AnyTagClassName
{
color: #0D2505;
}
</style>
background-color css
<style>
a { background-color: #0D2505; }
a { background-color: rgb(13,37,5); }
div.DivClassName
{
background-color: #0D2505;
}
.BgClassName
{
background-color: #0D2505;
}
</style>
border-color css
<style>
span { border-color: #0D2505; }
span { border-color: rgb(13,37,5); }
td.TdClassName
{
border-color: #0D2505;
}
.TagClassName
{
border-color: #0D2505;
}
</style>