Shades of Myrtle #051A03
Tints of Myrtle #051A03
RGB
CMYK
RGB Variations
Color information
#051A03 (or 0x051A03) is known color: Myrtle. HEX triplet: 05, 1A and 03. RGB value is (5,26,3). Sum of RGB (Red+Green+Blue) = 5+26+3=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 26 (10.55% from 255 or 76.47% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 26 - color contains mainly: green. Hex color #051A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A03 is #FAE5FC. Grayscale: #111111. Windows color (decimal): -16442877 or 203269. OLE color: 203269.
HSL color Cylindrical-coordinate representation of color #051A03: hue angle of 114.78º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051A03 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 26 | 3 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.90 |
| HSL | 114.78º | 0.79% | 0.06% | - |
| HSV(B) | 114.78º | 0.88% | 0.1% | - |
| XYZ | 0.45 | 0.78 | 0.21 | - |
| YUV | 17.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 3 | 0.81 | 0 | 0.88 | 0.90 | 114.78 | 0.79 | 0.06 |
| Hex | 5 | 1A | 3 | 51 | 0 | 58 | 5A | 73 | 4F | 6 |
| Octal | 5 | 32 | 3 | 121 | 0 | 130 | 132 | 163 | 117 | 6 |
| Binary | 101 | 11010 | 11 | 1010001 | 0 | 1011000 | 1011010 | 1110011 | 1001111 | 110 |
Color Harmonies of #051A03
Complementary color
Monochromatic Colors of #051A03
Black with #051A03
Text Example
Text Example
White with #051A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A03; }
p { color: rgb(5,26,3); }
H1.HeaderClassName
{
color: #051A03;
}
.AnyTagClassName
{
color: #051A03;
}
</style>
background-color css
<style>
a { background-color: #051A03; }
a { background-color: rgb(5,26,3); }
div.DivClassName
{
background-color: #051A03;
}
.BgClassName
{
background-color: #051A03;
}
</style>
border-color css
<style>
span { border-color: #051A03; }
span { border-color: rgb(5,26,3); }
td.TdClassName
{
border-color: #051A03;
}
.TagClassName
{
border-color: #051A03;
}
</style>