Shades of Myrtle #051C01
Tints of Myrtle #051C01
RGB
CMYK
RGB Variations
Color information
#051C01 (or 0x051C01) is known color: Myrtle. HEX triplet: 05, 1C and 01. RGB value is (5,28,1). Sum of RGB (Red+Green+Blue) = 5+28+1=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 28 (11.33% from 255 or 82.35% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 28 - color contains mainly: green. Hex color #051C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C01 is #FAE3FE. Grayscale: #121212. Windows color (decimal): -16442367 or 72709. OLE color: 72709.
HSL color Cylindrical-coordinate representation of color #051C01: hue angle of 111.11º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051C01 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 1 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.89 |
| HSL | 111.11º | 0.93% | 0.06% | - |
| HSV(B) | 111.11º | 0.96% | 0.11% | - |
| XYZ | 0.48 | 0.86 | 0.17 | - |
| YUV | 18.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 1 | 0.82 | 0 | 0.96 | 0.89 | 111.11 | 0.93 | 0.06 |
| Hex | 5 | 1C | 1 | 52 | 0 | 60 | 59 | 6F | 5D | 6 |
| Octal | 5 | 34 | 1 | 122 | 0 | 140 | 131 | 157 | 135 | 6 |
| Binary | 101 | 11100 | 1 | 1010010 | 0 | 1100000 | 1011001 | 1101111 | 1011101 | 110 |
Color Harmonies of #051C01
Complementary color
Monochromatic Colors of #051C01
Black with #051C01
Text Example
Text Example
White with #051C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C01; }
p { color: rgb(5,28,1); }
H1.HeaderClassName
{
color: #051C01;
}
.AnyTagClassName
{
color: #051C01;
}
</style>
background-color css
<style>
a { background-color: #051C01; }
a { background-color: rgb(5,28,1); }
div.DivClassName
{
background-color: #051C01;
}
.BgClassName
{
background-color: #051C01;
}
</style>
border-color css
<style>
span { border-color: #051C01; }
span { border-color: rgb(5,28,1); }
td.TdClassName
{
border-color: #051C01;
}
.TagClassName
{
border-color: #051C01;
}
</style>