Shades of Myrtle #0D250D
Tints of Myrtle #0D250D
RGB
CMYK
RGB Variations
Color information
#0D250D (or 0x0D250D) is known color: Myrtle. HEX triplet: 0D, 25 and 0D. RGB value is (13,37,13). Sum of RGB (Red+Green+Blue) = 13+37+13=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #0D250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D250D is #F2DAF2. Grayscale: #1B1B1B. Windows color (decimal): -15915763 or 861453. OLE color: 861453.
HSL color Cylindrical-coordinate representation of color #0D250D: hue angle of 120º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D250D is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 37 | 13 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.85 |
| HSL | 120º | 0.48% | 0.1% | - |
| HSV(B) | 120º | 0.65% | 0.15% | - |
| XYZ | 0.9 | 1.44 | 0.61 | - |
| YUV | 27.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 13 | 0.65 | 0 | 0.65 | 0.85 | 120 | 0.48 | 0.1 |
| Hex | D | 25 | D | 41 | 0 | 41 | 55 | 78 | 30 | A |
| Octal | 15 | 45 | 15 | 101 | 0 | 101 | 125 | 170 | 60 | 12 |
| Binary | 1101 | 100101 | 1101 | 1000001 | 0 | 1000001 | 1010101 | 1111000 | 110000 | 1010 |
Color Harmonies of #0D250D
Complementary color
Monochromatic Colors of #0D250D
Black with #0D250D
Text Example
Text Example
White with #0D250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D250D; }
p { color: rgb(13,37,13); }
H1.HeaderClassName
{
color: #0D250D;
}
.AnyTagClassName
{
color: #0D250D;
}
</style>
background-color css
<style>
a { background-color: #0D250D; }
a { background-color: rgb(13,37,13); }
div.DivClassName
{
background-color: #0D250D;
}
.BgClassName
{
background-color: #0D250D;
}
</style>
border-color css
<style>
span { border-color: #0D250D; }
span { border-color: rgb(13,37,13); }
td.TdClassName
{
border-color: #0D250D;
}
.TagClassName
{
border-color: #0D250D;
}
</style>