Shades of Myrtle #053E04
Tints of Myrtle #053E04
RGB
CMYK
RGB Variations
Color information
#053E04 (or 0x053E04) is known color: Myrtle. HEX triplet: 05, 3E and 04. RGB value is (5,62,4). Sum of RGB (Red+Green+Blue) = 5+62+4=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 62 (24.61% from 255 or 87.32% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 62 - color contains mainly: green. Hex color #053E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E04 is #FAC1FB. Grayscale: #262626. Windows color (decimal): -16433660 or 278021. OLE color: 278021.
HSL color Cylindrical-coordinate representation of color #053E04: hue angle of 118.97º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053E04 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 4 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.76 |
| HSL | 118.97º | 0.88% | 0.13% | - |
| HSV(B) | 118.97º | 0.94% | 0.24% | - |
| XYZ | 1.81 | 3.49 | 0.69 | - |
| YUV | 38.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 4 | 0.92 | 0 | 0.94 | 0.76 | 118.97 | 0.88 | 0.13 |
| Hex | 5 | 3E | 4 | 5C | 0 | 5E | 4C | 77 | 58 | D |
| Octal | 5 | 76 | 4 | 134 | 0 | 136 | 114 | 167 | 130 | 15 |
| Binary | 101 | 111110 | 100 | 1011100 | 0 | 1011110 | 1001100 | 1110111 | 1011000 | 1101 |
Color Harmonies of #053E04
Complementary color
Monochromatic Colors of #053E04
Black with #053E04
Text Example
Text Example
White with #053E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E04; }
p { color: rgb(5,62,4); }
H1.HeaderClassName
{
color: #053E04;
}
.AnyTagClassName
{
color: #053E04;
}
</style>
background-color css
<style>
a { background-color: #053E04; }
a { background-color: rgb(5,62,4); }
div.DivClassName
{
background-color: #053E04;
}
.BgClassName
{
background-color: #053E04;
}
</style>
border-color css
<style>
span { border-color: #053E04; }
span { border-color: rgb(5,62,4); }
td.TdClassName
{
border-color: #053E04;
}
.TagClassName
{
border-color: #053E04;
}
</style>