Shades of Myrtle #0D580F
Tints of Myrtle #0D580F
RGB
CMYK
RGB Variations
Color information
#0D580F (or 0x0D580F) is known color: Myrtle. HEX triplet: 0D, 58 and 0F. RGB value is (13,88,15). Sum of RGB (Red+Green+Blue) = 13+88+15=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 88 (34.77% from 255 or 75.86% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 88 - color contains mainly: green. Hex color #0D580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D580F is #F2A7F0. Grayscale: #393939. Windows color (decimal): -15902705 or 1005581. OLE color: 1005581.
HSL color Cylindrical-coordinate representation of color #0D580F: hue angle of 121.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D580F is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 88 | 15 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.65 |
| HSL | 121.6º | 0.74% | 0.2% | - |
| HSV(B) | 121.6º | 0.85% | 0.35% | - |
| XYZ | 3.74 | 7.1 | 1.63 | - |
| YUV | 57.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 15 | 0.85 | 0 | 0.83 | 0.65 | 121.6 | 0.74 | 0.2 |
| Hex | D | 58 | F | 55 | 0 | 53 | 41 | 7A | 4A | 14 |
| Octal | 15 | 130 | 17 | 125 | 0 | 123 | 101 | 172 | 112 | 24 |
| Binary | 1101 | 1011000 | 1111 | 1010101 | 0 | 1010011 | 1000001 | 1111010 | 1001010 | 10100 |
Color Harmonies of #0D580F
Complementary color
Monochromatic Colors of #0D580F
Black with #0D580F
Text Example
Text Example
White with #0D580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D580F; }
p { color: rgb(13,88,15); }
H1.HeaderClassName
{
color: #0D580F;
}
.AnyTagClassName
{
color: #0D580F;
}
</style>
background-color css
<style>
a { background-color: #0D580F; }
a { background-color: rgb(13,88,15); }
div.DivClassName
{
background-color: #0D580F;
}
.BgClassName
{
background-color: #0D580F;
}
</style>
border-color css
<style>
span { border-color: #0D580F; }
span { border-color: rgb(13,88,15); }
td.TdClassName
{
border-color: #0D580F;
}
.TagClassName
{
border-color: #0D580F;
}
</style>