Shades of Myrtle #052702
Tints of Myrtle #052702
RGB
CMYK
RGB Variations
Color information
#052702 (or 0x052702) is known color: Myrtle. HEX triplet: 05, 27 and 02. RGB value is (5,39,2). Sum of RGB (Red+Green+Blue) = 5+39+2=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 39 (15.62% from 255 or 84.78% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 39 - color contains mainly: green. Hex color #052702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052702 is #FAD8FD. Grayscale: #181818. Windows color (decimal): -16439550 or 141061. OLE color: 141061.
HSL color Cylindrical-coordinate representation of color #052702: hue angle of 115.14º 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 #052702 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 39 | 2 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.85 |
| HSL | 115.14º | 0.9% | 0.08% | - |
| HSV(B) | 115.14º | 0.95% | 0.15% | - |
| XYZ | 0.8 | 1.49 | 0.3 | - |
| YUV | 24.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 2 | 0.87 | 0 | 0.95 | 0.85 | 115.14 | 0.9 | 0.08 |
| Hex | 5 | 27 | 2 | 57 | 0 | 5F | 55 | 73 | 5A | 8 |
| Octal | 5 | 47 | 2 | 127 | 0 | 137 | 125 | 163 | 132 | 10 |
| Binary | 101 | 100111 | 10 | 1010111 | 0 | 1011111 | 1010101 | 1110011 | 1011010 | 1000 |
Color Harmonies of #052702
Complementary color
Monochromatic Colors of #052702
Black with #052702
Text Example
Text Example
White with #052702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052702; }
p { color: rgb(5,39,2); }
H1.HeaderClassName
{
color: #052702;
}
.AnyTagClassName
{
color: #052702;
}
</style>
background-color css
<style>
a { background-color: #052702; }
a { background-color: rgb(5,39,2); }
div.DivClassName
{
background-color: #052702;
}
.BgClassName
{
background-color: #052702;
}
</style>
border-color css
<style>
span { border-color: #052702; }
span { border-color: rgb(5,39,2); }
td.TdClassName
{
border-color: #052702;
}
.TagClassName
{
border-color: #052702;
}
</style>