Shades of Myrtle #053B02
Tints of Myrtle #053B02
RGB
CMYK
RGB Variations
Color information
#053B02 (or 0x053B02) is known color: Myrtle. HEX triplet: 05, 3B and 02. RGB value is (5,59,2). Sum of RGB (Red+Green+Blue) = 5+59+2=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 59 (23.44% from 255 or 89.39% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 59 - color contains mainly: green. Hex color #053B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B02 is #FAC4FD. Grayscale: #242424. Windows color (decimal): -16434430 or 146181. OLE color: 146181.
HSL color Cylindrical-coordinate representation of color #053B02: hue angle of 116.84º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053B02 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 2 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.77 |
| HSL | 116.84º | 0.93% | 0.12% | - |
| HSV(B) | 116.84º | 0.97% | 0.23% | - |
| XYZ | 1.64 | 3.16 | 0.58 | - |
| YUV | 36.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 2 | 0.92 | 0 | 0.97 | 0.77 | 116.84 | 0.93 | 0.12 |
| Hex | 5 | 3B | 2 | 5C | 0 | 61 | 4D | 75 | 5D | C |
| Octal | 5 | 73 | 2 | 134 | 0 | 141 | 115 | 165 | 135 | 14 |
| Binary | 101 | 111011 | 10 | 1011100 | 0 | 1100001 | 1001101 | 1110101 | 1011101 | 1100 |
Color Harmonies of #053B02
Complementary color
Monochromatic Colors of #053B02
Black with #053B02
Text Example
Text Example
White with #053B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B02; }
p { color: rgb(5,59,2); }
H1.HeaderClassName
{
color: #053B02;
}
.AnyTagClassName
{
color: #053B02;
}
</style>
background-color css
<style>
a { background-color: #053B02; }
a { background-color: rgb(5,59,2); }
div.DivClassName
{
background-color: #053B02;
}
.BgClassName
{
background-color: #053B02;
}
</style>
border-color css
<style>
span { border-color: #053B02; }
span { border-color: rgb(5,59,2); }
td.TdClassName
{
border-color: #053B02;
}
.TagClassName
{
border-color: #053B02;
}
</style>