Shades of Myrtle #053202
Tints of Myrtle #053202
RGB
CMYK
RGB Variations
Color information
#053202 (or 0x053202) is known color: Myrtle. HEX triplet: 05, 32 and 02. RGB value is (5,50,2). Sum of RGB (Red+Green+Blue) = 5+50+2=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 50 (19.92% from 255 or 87.72% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 50 - color contains mainly: green. Hex color #053202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053202 is #FACDFD. Grayscale: #1F1F1F. Windows color (decimal): -16436734 or 143877. OLE color: 143877.
HSL color Cylindrical-coordinate representation of color #053202: hue angle of 116.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053202 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 50 | 2 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.80 |
| HSL | 116.25º | 0.92% | 0.1% | - |
| HSV(B) | 116.25º | 0.96% | 0.2% | - |
| XYZ | 1.21 | 2.32 | 0.44 | - |
| YUV | 31.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 2 | 0.90 | 0 | 0.96 | 0.80 | 116.25 | 0.92 | 0.1 |
| Hex | 5 | 32 | 2 | 5A | 0 | 60 | 50 | 74 | 5C | A |
| Octal | 5 | 62 | 2 | 132 | 0 | 140 | 120 | 164 | 134 | 12 |
| Binary | 101 | 110010 | 10 | 1011010 | 0 | 1100000 | 1010000 | 1110100 | 1011100 | 1010 |
Color Harmonies of #053202
Complementary color
Monochromatic Colors of #053202
Black with #053202
Text Example
Text Example
White with #053202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053202; }
p { color: rgb(5,50,2); }
H1.HeaderClassName
{
color: #053202;
}
.AnyTagClassName
{
color: #053202;
}
</style>
background-color css
<style>
a { background-color: #053202; }
a { background-color: rgb(5,50,2); }
div.DivClassName
{
background-color: #053202;
}
.BgClassName
{
background-color: #053202;
}
</style>
border-color css
<style>
span { border-color: #053202; }
span { border-color: rgb(5,50,2); }
td.TdClassName
{
border-color: #053202;
}
.TagClassName
{
border-color: #053202;
}
</style>