Shades of Myrtle #05500F
Tints of Myrtle #05500F
RGB
CMYK
RGB Variations
Color information
#05500F (or 0x05500F) is known color: Myrtle. HEX triplet: 05, 50 and 0F. RGB value is (5,80,15). Sum of RGB (Red+Green+Blue) = 5+80+15=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 80 (31.64% from 255 or 80% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 80 - color contains mainly: green. Hex color #05500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05500F is #FAAFF0. Grayscale: #323232. Windows color (decimal): -16429041 or 1003525. OLE color: 1003525.
HSL color Cylindrical-coordinate representation of color #05500F: hue angle of 128º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05500F is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 15 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.69 |
| HSL | 128º | 0.88% | 0.17% | - |
| HSV(B) | 128º | 0.94% | 0.31% | - |
| XYZ | 3.02 | 5.8 | 1.41 | - |
| YUV | 50.17 | 108.15 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 15 | 0.94 | 0 | 0.81 | 0.69 | 128 | 0.88 | 0.17 |
| Hex | 5 | 50 | F | 5E | 0 | 51 | 45 | 80 | 58 | 11 |
| Octal | 5 | 120 | 17 | 136 | 0 | 121 | 105 | 200 | 130 | 21 |
| Binary | 101 | 1010000 | 1111 | 1011110 | 0 | 1010001 | 1000101 | 10000000 | 1011000 | 10001 |
Color Harmonies of #05500F
Complementary color
Monochromatic Colors of #05500F
Black with #05500F
Text Example
Text Example
White with #05500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05500F; }
p { color: rgb(5,80,15); }
H1.HeaderClassName
{
color: #05500F;
}
.AnyTagClassName
{
color: #05500F;
}
</style>
background-color css
<style>
a { background-color: #05500F; }
a { background-color: rgb(5,80,15); }
div.DivClassName
{
background-color: #05500F;
}
.BgClassName
{
background-color: #05500F;
}
</style>
border-color css
<style>
span { border-color: #05500F; }
span { border-color: rgb(5,80,15); }
td.TdClassName
{
border-color: #05500F;
}
.TagClassName
{
border-color: #05500F;
}
</style>