Shades of Lunar Green #525649
Tints of Lunar Green #525649
RGB
CMYK
RGB Variations
Color information
#525649 (or 0x525649) is known color: Lunar Green. HEX triplet: 52, 56 and 49. RGB value is (82,86,73). Sum of RGB (Red+Green+Blue) = 82+86+73=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 86 - color contains mainly: green. Hex color #525649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525649 is #ADA9B6. Grayscale: #535353. Windows color (decimal): -11381175 or 4806226. OLE color: 4806226.
HSL color Cylindrical-coordinate representation of color #525649: hue angle of 78.46º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525649 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 73 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.66 |
| HSL | 78.46º | 0.08% | 0.31% | - |
| HSV(B) | 78.46º | 0.15% | 0.34% | - |
| XYZ | 8.01 | 8.93 | 7.6 | - |
| YUV | 83.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 73 | 0.05 | 0 | 0.15 | 0.66 | 78.46 | 0.08 | 0.31 |
| Hex | 52 | 56 | 49 | 5 | 0 | F | 42 | 4E | 8 | 1F |
| Octal | 122 | 126 | 111 | 5 | 0 | 17 | 102 | 116 | 10 | 37 |
| Binary | 1010010 | 1010110 | 1001001 | 101 | 0 | 1111 | 1000010 | 1001110 | 1000 | 11111 |
Color Harmonies of #525649
Complementary color
Monochromatic Colors of #525649
Black with #525649
Text Example
Text Example
White with #525649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525649; }
p { color: rgb(82,86,73); }
H1.HeaderClassName
{
color: #525649;
}
.AnyTagClassName
{
color: #525649;
}
</style>
background-color css
<style>
a { background-color: #525649; }
a { background-color: rgb(82,86,73); }
div.DivClassName
{
background-color: #525649;
}
.BgClassName
{
background-color: #525649;
}
</style>
border-color css
<style>
span { border-color: #525649; }
span { border-color: rgb(82,86,73); }
td.TdClassName
{
border-color: #525649;
}
.TagClassName
{
border-color: #525649;
}
</style>