Shades of Myrtle #051F01
Tints of Myrtle #051F01
RGB
CMYK
RGB Variations
Color information
#051F01 (or 0x051F01) is known color: Myrtle. HEX triplet: 05, 1F and 01. RGB value is (5,31,1). Sum of RGB (Red+Green+Blue) = 5+31+1=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 31 (12.5% from 255 or 83.78% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 31 - color contains mainly: green. Hex color #051F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F01 is #FAE0FE. Grayscale: #131313. Windows color (decimal): -16441599 or 73477. OLE color: 73477.
HSL color Cylindrical-coordinate representation of color #051F01: hue angle of 112º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051F01 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 1 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.88 |
| HSL | 112º | 0.94% | 0.06% | - |
| HSV(B) | 112º | 0.97% | 0.12% | - |
| XYZ | 0.56 | 1.01 | 0.2 | - |
| YUV | 19.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 1 | 0.84 | 0 | 0.97 | 0.88 | 112 | 0.94 | 0.06 |
| Hex | 5 | 1F | 1 | 54 | 0 | 61 | 58 | 70 | 5E | 6 |
| Octal | 5 | 37 | 1 | 124 | 0 | 141 | 130 | 160 | 136 | 6 |
| Binary | 101 | 11111 | 1 | 1010100 | 0 | 1100001 | 1011000 | 1110000 | 1011110 | 110 |
Color Harmonies of #051F01
Complementary color
Monochromatic Colors of #051F01
Black with #051F01
Text Example
Text Example
White with #051F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F01; }
p { color: rgb(5,31,1); }
H1.HeaderClassName
{
color: #051F01;
}
.AnyTagClassName
{
color: #051F01;
}
</style>
background-color css
<style>
a { background-color: #051F01; }
a { background-color: rgb(5,31,1); }
div.DivClassName
{
background-color: #051F01;
}
.BgClassName
{
background-color: #051F01;
}
</style>
border-color css
<style>
span { border-color: #051F01; }
span { border-color: rgb(5,31,1); }
td.TdClassName
{
border-color: #051F01;
}
.TagClassName
{
border-color: #051F01;
}
</style>