Shades of Lunar Green #525548
Tints of Lunar Green #525548
RGB
CMYK
RGB Variations
Color information
#525548 (or 0x525548) is known color: Lunar Green. HEX triplet: 52, 55 and 48. RGB value is (82,85,72). Sum of RGB (Red+Green+Blue) = 82+85+72=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #525548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525548 is #ADAAB7. Grayscale: #525252. Windows color (decimal): -11381432 or 4740434. OLE color: 4740434.
HSL color Cylindrical-coordinate representation of color #525548: hue angle of 73.85º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525548 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 72 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.67 |
| HSL | 73.85º | 0.08% | 0.31% | - |
| HSV(B) | 73.85º | 0.15% | 0.33% | - |
| XYZ | 7.9 | 8.76 | 7.41 | - |
| YUV | 82.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 72 | 0.04 | 0 | 0.15 | 0.67 | 73.85 | 0.08 | 0.31 |
| Hex | 52 | 55 | 48 | 4 | 0 | F | 43 | 4A | 8 | 1F |
| Octal | 122 | 125 | 110 | 4 | 0 | 17 | 103 | 112 | 10 | 37 |
| Binary | 1010010 | 1010101 | 1001000 | 100 | 0 | 1111 | 1000011 | 1001010 | 1000 | 11111 |
Color Harmonies of #525548
Complementary color
Monochromatic Colors of #525548
Black with #525548
Text Example
Text Example
White with #525548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525548; }
p { color: rgb(82,85,72); }
H1.HeaderClassName
{
color: #525548;
}
.AnyTagClassName
{
color: #525548;
}
</style>
background-color css
<style>
a { background-color: #525548; }
a { background-color: rgb(82,85,72); }
div.DivClassName
{
background-color: #525548;
}
.BgClassName
{
background-color: #525548;
}
</style>
border-color css
<style>
span { border-color: #525548; }
span { border-color: rgb(82,85,72); }
td.TdClassName
{
border-color: #525548;
}
.TagClassName
{
border-color: #525548;
}
</style>