Shades of Myrtle #052501
Tints of Myrtle #052501
RGB
CMYK
RGB Variations
Color information
#052501 (or 0x052501) is known color: Myrtle. HEX triplet: 05, 25 and 01. RGB value is (5,37,1). Sum of RGB (Red+Green+Blue) = 5+37+1=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 37 (14.84% from 255 or 86.05% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 37 - color contains mainly: green. Hex color #052501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052501 is #FADAFE. Grayscale: #171717. Windows color (decimal): -16440063 or 75013. OLE color: 75013.
HSL color Cylindrical-coordinate representation of color #052501: hue angle of 113.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052501 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 37 | 1 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.85 |
| HSL | 113.33º | 0.95% | 0.07% | - |
| HSV(B) | 113.33º | 0.97% | 0.15% | - |
| XYZ | 0.73 | 1.36 | 0.25 | - |
| YUV | 23.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 1 | 0.86 | 0 | 0.97 | 0.85 | 113.33 | 0.95 | 0.07 |
| Hex | 5 | 25 | 1 | 56 | 0 | 61 | 55 | 71 | 5F | 7 |
| Octal | 5 | 45 | 1 | 126 | 0 | 141 | 125 | 161 | 137 | 7 |
| Binary | 101 | 100101 | 1 | 1010110 | 0 | 1100001 | 1010101 | 1110001 | 1011111 | 111 |
Color Harmonies of #052501
Complementary color
Monochromatic Colors of #052501
Black with #052501
Text Example
Text Example
White with #052501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052501; }
p { color: rgb(5,37,1); }
H1.HeaderClassName
{
color: #052501;
}
.AnyTagClassName
{
color: #052501;
}
</style>
background-color css
<style>
a { background-color: #052501; }
a { background-color: rgb(5,37,1); }
div.DivClassName
{
background-color: #052501;
}
.BgClassName
{
background-color: #052501;
}
</style>
border-color css
<style>
span { border-color: #052501; }
span { border-color: rgb(5,37,1); }
td.TdClassName
{
border-color: #052501;
}
.TagClassName
{
border-color: #052501;
}
</style>