Shades of Myrtle #053F02
Tints of Myrtle #053F02
RGB
CMYK
RGB Variations
Color information
#053F02 (or 0x053F02) is known color: Myrtle. HEX triplet: 05, 3F and 02. RGB value is (5,63,2). Sum of RGB (Red+Green+Blue) = 5+63+2=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 63 (25% from 255 or 90% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 63 - color contains mainly: green. Hex color #053F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F02 is #FAC0FD. Grayscale: #262626. Windows color (decimal): -16433406 or 147205. OLE color: 147205.
HSL color Cylindrical-coordinate representation of color #053F02: hue angle of 117.05º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053F02 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 63 | 2 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.75 |
| HSL | 117.05º | 0.94% | 0.13% | - |
| HSV(B) | 117.05º | 0.97% | 0.25% | - |
| XYZ | 1.85 | 3.59 | 0.65 | - |
| YUV | 38.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 2 | 0.92 | 0 | 0.97 | 0.75 | 117.05 | 0.94 | 0.13 |
| Hex | 5 | 3F | 2 | 5C | 0 | 61 | 4B | 75 | 5E | D |
| Octal | 5 | 77 | 2 | 134 | 0 | 141 | 113 | 165 | 136 | 15 |
| Binary | 101 | 111111 | 10 | 1011100 | 0 | 1100001 | 1001011 | 1110101 | 1011110 | 1101 |
Color Harmonies of #053F02
Complementary color
Monochromatic Colors of #053F02
Black with #053F02
Text Example
Text Example
White with #053F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F02; }
p { color: rgb(5,63,2); }
H1.HeaderClassName
{
color: #053F02;
}
.AnyTagClassName
{
color: #053F02;
}
</style>
background-color css
<style>
a { background-color: #053F02; }
a { background-color: rgb(5,63,2); }
div.DivClassName
{
background-color: #053F02;
}
.BgClassName
{
background-color: #053F02;
}
</style>
border-color css
<style>
span { border-color: #053F02; }
span { border-color: rgb(5,63,2); }
td.TdClassName
{
border-color: #053F02;
}
.TagClassName
{
border-color: #053F02;
}
</style>