Shades of Myrtle #053E00
Tints of Myrtle #053E00
RGB
CMYK
RGB Variations
Color information
#053E00 (or 0x053E00) is known color: Myrtle. HEX triplet: 05, 3E and 00. RGB value is (5,62,0). Sum of RGB (Red+Green+Blue) = 5+62+0=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 62 (24.61% from 255 or 92.54% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 62 - color contains mainly: green. Hex color #053E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E00 is #FAC1FF. Grayscale: #262626. Windows color (decimal): -16433664 or 15877. OLE color: 15877.
HSL color Cylindrical-coordinate representation of color #053E00: hue angle of 115.16º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #053E00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.76 |
| HSL | 115.16º | 1% | 0.12% | - |
| HSV(B) | 115.16º | 1% | 0.24% | - |
| XYZ | 1.79 | 3.48 | 0.58 | - |
| YUV | 37.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 0 | 0.92 | 0 | 1 | 0.76 | 115.16 | 1 | 0.12 |
| Hex | 5 | 3E | 0 | 5C | 0 | 64 | 4C | 73 | 64 | C |
| Octal | 5 | 76 | 0 | 134 | 0 | 144 | 114 | 163 | 144 | 14 |
| Binary | 101 | 111110 | 0 | 1011100 | 0 | 1100100 | 1001100 | 1110011 | 1100100 | 1100 |
Color Harmonies of #053E00
Complementary color
Monochromatic Colors of #053E00
Black with #053E00
Text Example
Text Example
White with #053E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E00; }
p { color: rgb(5,62,0); }
H1.HeaderClassName
{
color: #053E00;
}
.AnyTagClassName
{
color: #053E00;
}
</style>
background-color css
<style>
a { background-color: #053E00; }
a { background-color: rgb(5,62,0); }
div.DivClassName
{
background-color: #053E00;
}
.BgClassName
{
background-color: #053E00;
}
</style>
border-color css
<style>
span { border-color: #053E00; }
span { border-color: rgb(5,62,0); }
td.TdClassName
{
border-color: #053E00;
}
.TagClassName
{
border-color: #053E00;
}
</style>