Shades of Myrtle #053306
Tints of Myrtle #053306
RGB
CMYK
RGB Variations
Color information
#053306 (or 0x053306) is known color: Myrtle. HEX triplet: 05, 33 and 06. RGB value is (5,51,6). Sum of RGB (Red+Green+Blue) = 5+51+6=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 51 (20.31% from 255 or 82.26% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 51 - color contains mainly: green. Hex color #053306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053306 is #FACCF9. Grayscale: #202020. Windows color (decimal): -16436474 or 406277. OLE color: 406277.
HSL color Cylindrical-coordinate representation of color #053306: hue angle of 121.3º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053306 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 6 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.8 |
| HSL | 121.3º | 0.82% | 0.11% | - |
| HSV(B) | 121.3º | 0.9% | 0.2% | - |
| XYZ | 1.28 | 2.41 | 0.57 | - |
| YUV | 32.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 6 | 0.90 | 0 | 0.88 | 0.8 | 121.3 | 0.82 | 0.11 |
| Hex | 5 | 33 | 6 | 5A | 0 | 58 | 50 | 79 | 52 | B |
| Octal | 5 | 63 | 6 | 132 | 0 | 130 | 120 | 171 | 122 | 13 |
| Binary | 101 | 110011 | 110 | 1011010 | 0 | 1011000 | 1010000 | 1111001 | 1010010 | 1011 |
Color Harmonies of #053306
Complementary color
Monochromatic Colors of #053306
Black with #053306
Text Example
Text Example
White with #053306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053306; }
p { color: rgb(5,51,6); }
H1.HeaderClassName
{
color: #053306;
}
.AnyTagClassName
{
color: #053306;
}
</style>
background-color css
<style>
a { background-color: #053306; }
a { background-color: rgb(5,51,6); }
div.DivClassName
{
background-color: #053306;
}
.BgClassName
{
background-color: #053306;
}
</style>
border-color css
<style>
span { border-color: #053306; }
span { border-color: rgb(5,51,6); }
td.TdClassName
{
border-color: #053306;
}
.TagClassName
{
border-color: #053306;
}
</style>