Shades of Myrtle #052602
Tints of Myrtle #052602
RGB
CMYK
RGB Variations
Color information
#052602 (or 0x052602) is known color: Myrtle. HEX triplet: 05, 26 and 02. RGB value is (5,38,2). Sum of RGB (Red+Green+Blue) = 5+38+2=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 38 (15.23% from 255 or 84.44% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 38 - color contains mainly: green. Hex color #052602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052602 is #FAD9FD. Grayscale: #181818. Windows color (decimal): -16439806 or 140805. OLE color: 140805.
HSL color Cylindrical-coordinate representation of color #052602: hue angle of 115º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052602 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 2 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.85 |
| HSL | 115º | 0.9% | 0.08% | - |
| HSV(B) | 115º | 0.95% | 0.15% | - |
| XYZ | 0.77 | 1.42 | 0.29 | - |
| YUV | 24.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 2 | 0.87 | 0 | 0.95 | 0.85 | 115 | 0.9 | 0.08 |
| Hex | 5 | 26 | 2 | 57 | 0 | 5F | 55 | 73 | 5A | 8 |
| Octal | 5 | 46 | 2 | 127 | 0 | 137 | 125 | 163 | 132 | 10 |
| Binary | 101 | 100110 | 10 | 1010111 | 0 | 1011111 | 1010101 | 1110011 | 1011010 | 1000 |
Color Harmonies of #052602
Complementary color
Monochromatic Colors of #052602
Black with #052602
Text Example
Text Example
White with #052602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052602; }
p { color: rgb(5,38,2); }
H1.HeaderClassName
{
color: #052602;
}
.AnyTagClassName
{
color: #052602;
}
</style>
background-color css
<style>
a { background-color: #052602; }
a { background-color: rgb(5,38,2); }
div.DivClassName
{
background-color: #052602;
}
.BgClassName
{
background-color: #052602;
}
</style>
border-color css
<style>
span { border-color: #052602; }
span { border-color: rgb(5,38,2); }
td.TdClassName
{
border-color: #052602;
}
.TagClassName
{
border-color: #052602;
}
</style>