Shades of Myrtle #051F03
Tints of Myrtle #051F03
RGB
CMYK
RGB Variations
Color information
#051F03 (or 0x051F03) is known color: Myrtle. HEX triplet: 05, 1F and 03. RGB value is (5,31,3). Sum of RGB (Red+Green+Blue) = 5+31+3=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 31 (12.5% from 255 or 79.49% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 31 - color contains mainly: green. Hex color #051F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F03 is #FAE0FC. Grayscale: #141414. Windows color (decimal): -16441597 or 204549. OLE color: 204549.
HSL color Cylindrical-coordinate representation of color #051F03: hue angle of 115.71º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051F03 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 3 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.88 |
| HSL | 115.71º | 0.82% | 0.07% | - |
| HSV(B) | 115.71º | 0.9% | 0.12% | - |
| XYZ | 0.57 | 1.02 | 0.25 | - |
| YUV | 20.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 3 | 0.84 | 0 | 0.90 | 0.88 | 115.71 | 0.82 | 0.07 |
| Hex | 5 | 1F | 3 | 54 | 0 | 5A | 58 | 74 | 52 | 7 |
| Octal | 5 | 37 | 3 | 124 | 0 | 132 | 130 | 164 | 122 | 7 |
| Binary | 101 | 11111 | 11 | 1010100 | 0 | 1011010 | 1011000 | 1110100 | 1010010 | 111 |
Color Harmonies of #051F03
Complementary color
Monochromatic Colors of #051F03
Black with #051F03
Text Example
Text Example
White with #051F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F03; }
p { color: rgb(5,31,3); }
H1.HeaderClassName
{
color: #051F03;
}
.AnyTagClassName
{
color: #051F03;
}
</style>
background-color css
<style>
a { background-color: #051F03; }
a { background-color: rgb(5,31,3); }
div.DivClassName
{
background-color: #051F03;
}
.BgClassName
{
background-color: #051F03;
}
</style>
border-color css
<style>
span { border-color: #051F03; }
span { border-color: rgb(5,31,3); }
td.TdClassName
{
border-color: #051F03;
}
.TagClassName
{
border-color: #051F03;
}
</style>