Shades of Myrtle #052005
Tints of Myrtle #052005
RGB
CMYK
RGB Variations
Color information
#052005 (or 0x052005) is known color: Myrtle. HEX triplet: 05, 20 and 05. RGB value is (5,32,5). Sum of RGB (Red+Green+Blue) = 5+32+5=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 32 (12.89% from 255 or 76.19% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 32 - color contains mainly: green. Hex color #052005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052005 is #FADFFA. Grayscale: #141414. Windows color (decimal): -16441339 or 335877. OLE color: 335877.
HSL color Cylindrical-coordinate representation of color #052005: hue angle of 120º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052005 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 5 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.87 |
| HSL | 120º | 0.73% | 0.07% | - |
| HSV(B) | 120º | 0.84% | 0.13% | - |
| XYZ | 0.61 | 1.08 | 0.32 | - |
| YUV | 20.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 5 | 0.84 | 0 | 0.84 | 0.87 | 120 | 0.73 | 0.07 |
| Hex | 5 | 20 | 5 | 54 | 0 | 54 | 57 | 78 | 49 | 7 |
| Octal | 5 | 40 | 5 | 124 | 0 | 124 | 127 | 170 | 111 | 7 |
| Binary | 101 | 100000 | 101 | 1010100 | 0 | 1010100 | 1010111 | 1111000 | 1001001 | 111 |
Color Harmonies of #052005
Complementary color
Monochromatic Colors of #052005
Black with #052005
Text Example
Text Example
White with #052005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052005; }
p { color: rgb(5,32,5); }
H1.HeaderClassName
{
color: #052005;
}
.AnyTagClassName
{
color: #052005;
}
</style>
background-color css
<style>
a { background-color: #052005; }
a { background-color: rgb(5,32,5); }
div.DivClassName
{
background-color: #052005;
}
.BgClassName
{
background-color: #052005;
}
</style>
border-color css
<style>
span { border-color: #052005; }
span { border-color: rgb(5,32,5); }
td.TdClassName
{
border-color: #052005;
}
.TagClassName
{
border-color: #052005;
}
</style>