Shades of Myrtle #051900
Tints of Myrtle #051900
RGB
CMYK
RGB Variations
Color information
#051900 (or 0x051900) is known color: Myrtle. HEX triplet: 05, 19 and 00. RGB value is (5,25,0). Sum of RGB (Red+Green+Blue) = 5+25+0=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 25 (10.16% from 255 or 83.33% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 25 - color contains mainly: green. Hex color #051900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051900 is #FAE6FF. Grayscale: #101010. Windows color (decimal): -16443136 or 6405. OLE color: 6405.
HSL color Cylindrical-coordinate representation of color #051900: hue angle of 108º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #051900 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 25 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.90 |
| HSL | 108º | 1% | 0.05% | - |
| HSV(B) | 108º | 1% | 0.1% | - |
| XYZ | 0.41 | 0.73 | 0.12 | - |
| YUV | 16.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 0 | 0.80 | 0 | 1 | 0.90 | 108 | 1 | 0.05 |
| Hex | 5 | 19 | 0 | 50 | 0 | 64 | 5A | 6C | 64 | 5 |
| Octal | 5 | 31 | 0 | 120 | 0 | 144 | 132 | 154 | 144 | 5 |
| Binary | 101 | 11001 | 0 | 1010000 | 0 | 1100100 | 1011010 | 1101100 | 1100100 | 101 |
Color Harmonies of #051900
Complementary color
Monochromatic Colors of #051900
Black with #051900
Text Example
Text Example
White with #051900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051900; }
p { color: rgb(5,25,0); }
H1.HeaderClassName
{
color: #051900;
}
.AnyTagClassName
{
color: #051900;
}
</style>
background-color css
<style>
a { background-color: #051900; }
a { background-color: rgb(5,25,0); }
div.DivClassName
{
background-color: #051900;
}
.BgClassName
{
background-color: #051900;
}
</style>
border-color css
<style>
span { border-color: #051900; }
span { border-color: rgb(5,25,0); }
td.TdClassName
{
border-color: #051900;
}
.TagClassName
{
border-color: #051900;
}
</style>