Shades of Myrtle #055000
Tints of Myrtle #055000
RGB
CMYK
RGB Variations
Color information
#055000 (or 0x055000) is known color: Myrtle. HEX triplet: 05, 50 and 00. RGB value is (5,80,0). Sum of RGB (Red+Green+Blue) = 5+80+0=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 80 (31.64% from 255 or 94.12% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 80 - color contains mainly: green. Hex color #055000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055000 is #FAAFFF. Grayscale: #303030. Windows color (decimal): -16429056 or 20485. OLE color: 20485.
HSL color Cylindrical-coordinate representation of color #055000: hue angle of 116.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #055000 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.69 |
| HSL | 116.25º | 1% | 0.16% | - |
| HSV(B) | 116.25º | 1% | 0.31% | - |
| XYZ | 2.93 | 5.77 | 0.96 | - |
| YUV | 48.46 | 100.65 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 0 | 0.94 | 0 | 1 | 0.69 | 116.25 | 1 | 0.16 |
| Hex | 5 | 50 | 0 | 5E | 0 | 64 | 45 | 74 | 64 | 10 |
| Octal | 5 | 120 | 0 | 136 | 0 | 144 | 105 | 164 | 144 | 20 |
| Binary | 101 | 1010000 | 0 | 1011110 | 0 | 1100100 | 1000101 | 1110100 | 1100100 | 10000 |
Color Harmonies of #055000
Complementary color
Monochromatic Colors of #055000
Black with #055000
Text Example
Text Example
White with #055000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055000; }
p { color: rgb(5,80,0); }
H1.HeaderClassName
{
color: #055000;
}
.AnyTagClassName
{
color: #055000;
}
</style>
background-color css
<style>
a { background-color: #055000; }
a { background-color: rgb(5,80,0); }
div.DivClassName
{
background-color: #055000;
}
.BgClassName
{
background-color: #055000;
}
</style>
border-color css
<style>
span { border-color: #055000; }
span { border-color: rgb(5,80,0); }
td.TdClassName
{
border-color: #055000;
}
.TagClassName
{
border-color: #055000;
}
</style>