Shades of Myrtle #053E06
Tints of Myrtle #053E06
RGB
CMYK
RGB Variations
Color information
#053E06 (or 0x053E06) is known color: Myrtle. HEX triplet: 05, 3E and 06. RGB value is (5,62,6). Sum of RGB (Red+Green+Blue) = 5+62+6=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 62 (24.61% from 255 or 84.93% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 62 - color contains mainly: green. Hex color #053E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E06 is #FAC1F9. Grayscale: #262626. Windows color (decimal): -16433658 or 409093. OLE color: 409093.
HSL color Cylindrical-coordinate representation of color #053E06: hue angle of 121.05º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053E06 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 6 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.76 |
| HSL | 121.05º | 0.85% | 0.13% | - |
| HSV(B) | 121.05º | 0.92% | 0.24% | - |
| XYZ | 1.82 | 3.49 | 0.75 | - |
| YUV | 38.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 6 | 0.92 | 0 | 0.90 | 0.76 | 121.05 | 0.85 | 0.13 |
| Hex | 5 | 3E | 6 | 5C | 0 | 5A | 4C | 79 | 55 | D |
| Octal | 5 | 76 | 6 | 134 | 0 | 132 | 114 | 171 | 125 | 15 |
| Binary | 101 | 111110 | 110 | 1011100 | 0 | 1011010 | 1001100 | 1111001 | 1010101 | 1101 |
Color Harmonies of #053E06
Complementary color
Monochromatic Colors of #053E06
Black with #053E06
Text Example
Text Example
White with #053E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E06; }
p { color: rgb(5,62,6); }
H1.HeaderClassName
{
color: #053E06;
}
.AnyTagClassName
{
color: #053E06;
}
</style>
background-color css
<style>
a { background-color: #053E06; }
a { background-color: rgb(5,62,6); }
div.DivClassName
{
background-color: #053E06;
}
.BgClassName
{
background-color: #053E06;
}
</style>
border-color css
<style>
span { border-color: #053E06; }
span { border-color: rgb(5,62,6); }
td.TdClassName
{
border-color: #053E06;
}
.TagClassName
{
border-color: #053E06;
}
</style>