Shades of Myrtle #051C02
Tints of Myrtle #051C02
RGB
CMYK
RGB Variations
Color information
#051C02 (or 0x051C02) is known color: Myrtle. HEX triplet: 05, 1C and 02. RGB value is (5,28,2). Sum of RGB (Red+Green+Blue) = 5+28+2=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 28 (11.33% from 255 or 80% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 28 - color contains mainly: green. Hex color #051C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C02 is #FAE3FD. Grayscale: #121212. Windows color (decimal): -16442366 or 138245. OLE color: 138245.
HSL color Cylindrical-coordinate representation of color #051C02: hue angle of 113.08º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051C02 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 2 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.89 |
| HSL | 113.08º | 0.87% | 0.06% | - |
| HSV(B) | 113.08º | 0.93% | 0.11% | - |
| XYZ | 0.49 | 0.87 | 0.2 | - |
| YUV | 18.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 2 | 0.82 | 0 | 0.93 | 0.89 | 113.08 | 0.87 | 0.06 |
| Hex | 5 | 1C | 2 | 52 | 0 | 5D | 59 | 71 | 57 | 6 |
| Octal | 5 | 34 | 2 | 122 | 0 | 135 | 131 | 161 | 127 | 6 |
| Binary | 101 | 11100 | 10 | 1010010 | 0 | 1011101 | 1011001 | 1110001 | 1010111 | 110 |
Color Harmonies of #051C02
Complementary color
Monochromatic Colors of #051C02
Black with #051C02
Text Example
Text Example
White with #051C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C02; }
p { color: rgb(5,28,2); }
H1.HeaderClassName
{
color: #051C02;
}
.AnyTagClassName
{
color: #051C02;
}
</style>
background-color css
<style>
a { background-color: #051C02; }
a { background-color: rgb(5,28,2); }
div.DivClassName
{
background-color: #051C02;
}
.BgClassName
{
background-color: #051C02;
}
</style>
border-color css
<style>
span { border-color: #051C02; }
span { border-color: rgb(5,28,2); }
td.TdClassName
{
border-color: #051C02;
}
.TagClassName
{
border-color: #051C02;
}
</style>