Shades of Myrtle #0D2405
Tints of Myrtle #0D2405
RGB
CMYK
RGB Variations
Color information
#0D2405 (or 0x0D2405) is known color: Myrtle. HEX triplet: 0D, 24 and 05. RGB value is (13,36,5). Sum of RGB (Red+Green+Blue) = 13+36+5=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 36 (14.45% from 255 or 66.67% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 36 - color contains mainly: green. Hex color #0D2405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2405 is #F2DBFA. Grayscale: #191919. Windows color (decimal): -15916027 or 336909. OLE color: 336909.
HSL color Cylindrical-coordinate representation of color #0D2405: hue angle of 104.52º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D2405 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 36 | 5 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.86 |
| HSL | 104.52º | 0.76% | 0.08% | - |
| HSV(B) | 104.52º | 0.86% | 0.14% | - |
| XYZ | 0.82 | 1.36 | 0.36 | - |
| YUV | 25.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 5 | 0.64 | 0 | 0.86 | 0.86 | 104.52 | 0.76 | 0.08 |
| Hex | D | 24 | 5 | 40 | 0 | 56 | 56 | 69 | 4C | 8 |
| Octal | 15 | 44 | 5 | 100 | 0 | 126 | 126 | 151 | 114 | 10 |
| Binary | 1101 | 100100 | 101 | 1000000 | 0 | 1010110 | 1010110 | 1101001 | 1001100 | 1000 |
Color Harmonies of #0D2405
Complementary color
Monochromatic Colors of #0D2405
Black with #0D2405
Text Example
Text Example
White with #0D2405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2405; }
p { color: rgb(13,36,5); }
H1.HeaderClassName
{
color: #0D2405;
}
.AnyTagClassName
{
color: #0D2405;
}
</style>
background-color css
<style>
a { background-color: #0D2405; }
a { background-color: rgb(13,36,5); }
div.DivClassName
{
background-color: #0D2405;
}
.BgClassName
{
background-color: #0D2405;
}
</style>
border-color css
<style>
span { border-color: #0D2405; }
span { border-color: rgb(13,36,5); }
td.TdClassName
{
border-color: #0D2405;
}
.TagClassName
{
border-color: #0D2405;
}
</style>