Shades of Myrtle #052A03
Tints of Myrtle #052A03
RGB
CMYK
RGB Variations
Color information
#052A03 (or 0x052A03) is known color: Myrtle. HEX triplet: 05, 2A and 03. RGB value is (5,42,3). Sum of RGB (Red+Green+Blue) = 5+42+3=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 42 (16.80% from 255 or 84% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 42 - color contains mainly: green. Hex color #052A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A03 is #FAD5FC. Grayscale: #1A1A1A. Windows color (decimal): -16438781 or 207365. OLE color: 207365.
HSL color Cylindrical-coordinate representation of color #052A03: hue angle of 116.92º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052A03 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 42 | 3 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.84 |
| HSL | 116.92º | 0.87% | 0.09% | - |
| HSV(B) | 116.92º | 0.93% | 0.16% | - |
| XYZ | 0.91 | 1.69 | 0.37 | - |
| YUV | 26.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 3 | 0.88 | 0 | 0.93 | 0.84 | 116.92 | 0.87 | 0.09 |
| Hex | 5 | 2A | 3 | 58 | 0 | 5D | 54 | 75 | 57 | 9 |
| Octal | 5 | 52 | 3 | 130 | 0 | 135 | 124 | 165 | 127 | 11 |
| Binary | 101 | 101010 | 11 | 1011000 | 0 | 1011101 | 1010100 | 1110101 | 1010111 | 1001 |
Color Harmonies of #052A03
Complementary color
Monochromatic Colors of #052A03
Black with #052A03
Text Example
Text Example
White with #052A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A03; }
p { color: rgb(5,42,3); }
H1.HeaderClassName
{
color: #052A03;
}
.AnyTagClassName
{
color: #052A03;
}
</style>
background-color css
<style>
a { background-color: #052A03; }
a { background-color: rgb(5,42,3); }
div.DivClassName
{
background-color: #052A03;
}
.BgClassName
{
background-color: #052A03;
}
</style>
border-color css
<style>
span { border-color: #052A03; }
span { border-color: rgb(5,42,3); }
td.TdClassName
{
border-color: #052A03;
}
.TagClassName
{
border-color: #052A03;
}
</style>