Shades of Myrtle #052401
Tints of Myrtle #052401
RGB
CMYK
RGB Variations
Color information
#052401 (or 0x052401) is known color: Myrtle. HEX triplet: 05, 24 and 01. RGB value is (5,36,1). Sum of RGB (Red+Green+Blue) = 5+36+1=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 36 (14.45% from 255 or 85.71% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 36 - color contains mainly: green. Hex color #052401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052401 is #FADBFE. Grayscale: #161616. Windows color (decimal): -16440319 or 74757. OLE color: 74757.
HSL color Cylindrical-coordinate representation of color #052401: hue angle of 113.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052401 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 36 | 1 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.86 |
| HSL | 113.14º | 0.95% | 0.07% | - |
| HSV(B) | 113.14º | 0.97% | 0.14% | - |
| XYZ | 0.7 | 1.3 | 0.24 | - |
| YUV | 22.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 1 | 0.86 | 0 | 0.97 | 0.86 | 113.14 | 0.95 | 0.07 |
| Hex | 5 | 24 | 1 | 56 | 0 | 61 | 56 | 71 | 5F | 7 |
| Octal | 5 | 44 | 1 | 126 | 0 | 141 | 126 | 161 | 137 | 7 |
| Binary | 101 | 100100 | 1 | 1010110 | 0 | 1100001 | 1010110 | 1110001 | 1011111 | 111 |
Color Harmonies of #052401
Complementary color
Monochromatic Colors of #052401
Black with #052401
Text Example
Text Example
White with #052401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052401; }
p { color: rgb(5,36,1); }
H1.HeaderClassName
{
color: #052401;
}
.AnyTagClassName
{
color: #052401;
}
</style>
background-color css
<style>
a { background-color: #052401; }
a { background-color: rgb(5,36,1); }
div.DivClassName
{
background-color: #052401;
}
.BgClassName
{
background-color: #052401;
}
</style>
border-color css
<style>
span { border-color: #052401; }
span { border-color: rgb(5,36,1); }
td.TdClassName
{
border-color: #052401;
}
.TagClassName
{
border-color: #052401;
}
</style>