Shades of Lunar Green #525845
Tints of Lunar Green #525845
RGB
CMYK
RGB Variations
Color information
#525845 (or 0x525845) is known color: Lunar Green. HEX triplet: 52, 58 and 45. RGB value is (82,88,69). Sum of RGB (Red+Green+Blue) = 82+88+69=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #525845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525845 is #ADA7BA. Grayscale: #545454. Windows color (decimal): -11380667 or 4544594. OLE color: 4544594.
HSL color Cylindrical-coordinate representation of color #525845: hue angle of 78.95º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525845 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 69 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.65 |
| HSL | 78.95º | 0.12% | 0.31% | - |
| HSV(B) | 78.95º | 0.22% | 0.35% | - |
| XYZ | 8.04 | 9.2 | 6.98 | - |
| YUV | 84.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 69 | 0.07 | 0 | 0.22 | 0.65 | 78.95 | 0.12 | 0.31 |
| Hex | 52 | 58 | 45 | 7 | 0 | 16 | 41 | 4F | C | 1F |
| Octal | 122 | 130 | 105 | 7 | 0 | 26 | 101 | 117 | 14 | 37 |
| Binary | 1010010 | 1011000 | 1000101 | 111 | 0 | 10110 | 1000001 | 1001111 | 1100 | 11111 |
Color Harmonies of #525845
Complementary color
Monochromatic Colors of #525845
Black with #525845
Text Example
Text Example
White with #525845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525845; }
p { color: rgb(82,88,69); }
H1.HeaderClassName
{
color: #525845;
}
.AnyTagClassName
{
color: #525845;
}
</style>
background-color css
<style>
a { background-color: #525845; }
a { background-color: rgb(82,88,69); }
div.DivClassName
{
background-color: #525845;
}
.BgClassName
{
background-color: #525845;
}
</style>
border-color css
<style>
span { border-color: #525845; }
span { border-color: rgb(82,88,69); }
td.TdClassName
{
border-color: #525845;
}
.TagClassName
{
border-color: #525845;
}
</style>