Shades of Myrtle #051402
Tints of Myrtle #051402
RGB
CMYK
RGB Variations
Color information
#051402 (or 0x051402) is known color: Myrtle. HEX triplet: 05, 14 and 02. RGB value is (5,20,2). Sum of RGB (Red+Green+Blue) = 5+20+2=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 20 (8.20% from 255 or 74.07% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 20 - color contains mainly: green. Hex color #051402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051402 is #FAEBFD. Grayscale: #0D0D0D. Windows color (decimal): -16444414 or 136197. OLE color: 136197.
HSL color Cylindrical-coordinate representation of color #051402: hue angle of 110º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051402 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 20 | 2 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.92 |
| HSL | 110º | 0.82% | 0.04% | - |
| HSV(B) | 110º | 0.9% | 0.08% | - |
| XYZ | 0.32 | 0.54 | 0.14 | - |
| YUV | 13.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 2 | 0.75 | 0 | 0.90 | 0.92 | 110 | 0.82 | 0.04 |
| Hex | 5 | 14 | 2 | 4B | 0 | 5A | 5C | 6E | 52 | 4 |
| Octal | 5 | 24 | 2 | 113 | 0 | 132 | 134 | 156 | 122 | 4 |
| Binary | 101 | 10100 | 10 | 1001011 | 0 | 1011010 | 1011100 | 1101110 | 1010010 | 100 |
Color Harmonies of #051402
Complementary color
Monochromatic Colors of #051402
Black with #051402
Text Example
Text Example
White with #051402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051402; }
p { color: rgb(5,20,2); }
H1.HeaderClassName
{
color: #051402;
}
.AnyTagClassName
{
color: #051402;
}
</style>
background-color css
<style>
a { background-color: #051402; }
a { background-color: rgb(5,20,2); }
div.DivClassName
{
background-color: #051402;
}
.BgClassName
{
background-color: #051402;
}
</style>
border-color css
<style>
span { border-color: #051402; }
span { border-color: rgb(5,20,2); }
td.TdClassName
{
border-color: #051402;
}
.TagClassName
{
border-color: #051402;
}
</style>