Shades of Myrtle #051F05
Tints of Myrtle #051F05
RGB
CMYK
RGB Variations
Color information
#051F05 (or 0x051F05) is known color: Myrtle. HEX triplet: 05, 1F and 05. RGB value is (5,31,5). Sum of RGB (Red+Green+Blue) = 5+31+5=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 31 (12.5% from 255 or 75.61% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 31 - color contains mainly: green. Hex color #051F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F05 is #FAE0FA. Grayscale: #141414. Windows color (decimal): -16441595 or 335621. OLE color: 335621.
HSL color Cylindrical-coordinate representation of color #051F05: hue angle of 120º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051F05 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 5 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.88 |
| HSL | 120º | 0.72% | 0.07% | - |
| HSV(B) | 120º | 0.84% | 0.12% | - |
| XYZ | 0.58 | 1.02 | 0.31 | - |
| YUV | 20.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 5 | 0.84 | 0 | 0.84 | 0.88 | 120 | 0.72 | 0.07 |
| Hex | 5 | 1F | 5 | 54 | 0 | 54 | 58 | 78 | 48 | 7 |
| Octal | 5 | 37 | 5 | 124 | 0 | 124 | 130 | 170 | 110 | 7 |
| Binary | 101 | 11111 | 101 | 1010100 | 0 | 1010100 | 1011000 | 1111000 | 1001000 | 111 |
Color Harmonies of #051F05
Complementary color
Monochromatic Colors of #051F05
Black with #051F05
Text Example
Text Example
White with #051F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F05; }
p { color: rgb(5,31,5); }
H1.HeaderClassName
{
color: #051F05;
}
.AnyTagClassName
{
color: #051F05;
}
</style>
background-color css
<style>
a { background-color: #051F05; }
a { background-color: rgb(5,31,5); }
div.DivClassName
{
background-color: #051F05;
}
.BgClassName
{
background-color: #051F05;
}
</style>
border-color css
<style>
span { border-color: #051F05; }
span { border-color: rgb(5,31,5); }
td.TdClassName
{
border-color: #051F05;
}
.TagClassName
{
border-color: #051F05;
}
</style>