Shades of Myrtle #052002
Tints of Myrtle #052002
RGB
CMYK
RGB Variations
Color information
#052002 (or 0x052002) is known color: Myrtle. HEX triplet: 05, 20 and 02. RGB value is (5,32,2). Sum of RGB (Red+Green+Blue) = 5+32+2=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 32 (12.89% from 255 or 82.05% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 32 - color contains mainly: green. Hex color #052002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052002 is #FADFFD. Grayscale: #141414. Windows color (decimal): -16441342 or 139269. OLE color: 139269.
HSL color Cylindrical-coordinate representation of color #052002: hue angle of 114º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052002 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 2 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.87 |
| HSL | 114º | 0.88% | 0.07% | - |
| HSV(B) | 114º | 0.94% | 0.13% | - |
| XYZ | 0.59 | 1.07 | 0.23 | - |
| YUV | 20.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 2 | 0.84 | 0 | 0.94 | 0.87 | 114 | 0.88 | 0.07 |
| Hex | 5 | 20 | 2 | 54 | 0 | 5E | 57 | 72 | 58 | 7 |
| Octal | 5 | 40 | 2 | 124 | 0 | 136 | 127 | 162 | 130 | 7 |
| Binary | 101 | 100000 | 10 | 1010100 | 0 | 1011110 | 1010111 | 1110010 | 1011000 | 111 |
Color Harmonies of #052002
Complementary color
Monochromatic Colors of #052002
Black with #052002
Text Example
Text Example
White with #052002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052002; }
p { color: rgb(5,32,2); }
H1.HeaderClassName
{
color: #052002;
}
.AnyTagClassName
{
color: #052002;
}
</style>
background-color css
<style>
a { background-color: #052002; }
a { background-color: rgb(5,32,2); }
div.DivClassName
{
background-color: #052002;
}
.BgClassName
{
background-color: #052002;
}
</style>
border-color css
<style>
span { border-color: #052002; }
span { border-color: rgb(5,32,2); }
td.TdClassName
{
border-color: #052002;
}
.TagClassName
{
border-color: #052002;
}
</style>