Shades of Myrtle #051503
Tints of Myrtle #051503
RGB
CMYK
RGB Variations
Color information
#051503 (or 0x051503) is known color: Myrtle. HEX triplet: 05, 15 and 03. RGB value is (5,21,3). Sum of RGB (Red+Green+Blue) = 5+21+3=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 21 (8.59% from 255 or 72.41% from 29); Blue value is 3 (1.56% from 255 or 10.34% from 29); Max value from RGB is 21 - color contains mainly: green. Hex color #051503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051503 is #FAEAFC. Grayscale: #0E0E0E. Windows color (decimal): -16444157 or 201989. OLE color: 201989.
HSL color Cylindrical-coordinate representation of color #051503: hue angle of 113.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #051503 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 21 | 3 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.92 |
| HSL | 113.33º | 0.75% | 0.05% | - |
| HSV(B) | 113.33º | 0.86% | 0.08% | - |
| XYZ | 0.35 | 0.58 | 0.18 | - |
| YUV | 14.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 3 | 0.76 | 0 | 0.86 | 0.92 | 113.33 | 0.75 | 0.05 |
| Hex | 5 | 15 | 3 | 4C | 0 | 56 | 5C | 71 | 4B | 5 |
| Octal | 5 | 25 | 3 | 114 | 0 | 126 | 134 | 161 | 113 | 5 |
| Binary | 101 | 10101 | 11 | 1001100 | 0 | 1010110 | 1011100 | 1110001 | 1001011 | 101 |
Color Harmonies of #051503
Complementary color
Monochromatic Colors of #051503
Black with #051503
Text Example
Text Example
White with #051503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051503; }
p { color: rgb(5,21,3); }
H1.HeaderClassName
{
color: #051503;
}
.AnyTagClassName
{
color: #051503;
}
</style>
background-color css
<style>
a { background-color: #051503; }
a { background-color: rgb(5,21,3); }
div.DivClassName
{
background-color: #051503;
}
.BgClassName
{
background-color: #051503;
}
</style>
border-color css
<style>
span { border-color: #051503; }
span { border-color: rgb(5,21,3); }
td.TdClassName
{
border-color: #051503;
}
.TagClassName
{
border-color: #051503;
}
</style>