Shades of Myrtle #05580F
Tints of Myrtle #05580F
RGB
CMYK
RGB Variations
Color information
#05580F (or 0x05580F) is known color: Myrtle. HEX triplet: 05, 58 and 0F. RGB value is (5,88,15). Sum of RGB (Red+Green+Blue) = 5+88+15=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 88 (34.77% from 255 or 81.48% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 88 - color contains mainly: green. Hex color #05580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05580F is #FAA7F0. Grayscale: #373737. Windows color (decimal): -16426993 or 1005573. OLE color: 1005573.
HSL color Cylindrical-coordinate representation of color #05580F: hue angle of 127.23º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05580F is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 15 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.65 |
| HSL | 127.23º | 0.89% | 0.18% | - |
| HSV(B) | 127.23º | 0.94% | 0.35% | - |
| XYZ | 3.64 | 7.05 | 1.62 | - |
| YUV | 54.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 15 | 0.94 | 0 | 0.83 | 0.65 | 127.23 | 0.89 | 0.18 |
| Hex | 5 | 58 | F | 5E | 0 | 53 | 41 | 7F | 59 | 12 |
| Octal | 5 | 130 | 17 | 136 | 0 | 123 | 101 | 177 | 131 | 22 |
| Binary | 101 | 1011000 | 1111 | 1011110 | 0 | 1010011 | 1000001 | 1111111 | 1011001 | 10010 |
Color Harmonies of #05580F
Complementary color
Monochromatic Colors of #05580F
Black with #05580F
Text Example
Text Example
White with #05580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05580F; }
p { color: rgb(5,88,15); }
H1.HeaderClassName
{
color: #05580F;
}
.AnyTagClassName
{
color: #05580F;
}
</style>
background-color css
<style>
a { background-color: #05580F; }
a { background-color: rgb(5,88,15); }
div.DivClassName
{
background-color: #05580F;
}
.BgClassName
{
background-color: #05580F;
}
</style>
border-color css
<style>
span { border-color: #05580F; }
span { border-color: rgb(5,88,15); }
td.TdClassName
{
border-color: #05580F;
}
.TagClassName
{
border-color: #05580F;
}
</style>