Shades of Lunar Green #525B42
Tints of Lunar Green #525B42
RGB
CMYK
RGB Variations
Color information
#525B42 (or 0x525B42) is known color: Lunar Green. HEX triplet: 52, 5B and 42. RGB value is (82,91,66). Sum of RGB (Red+Green+Blue) = 82+91+66=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 91 - color contains mainly: green. Hex color #525B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B42 is #ADA4BD. Grayscale: #555555. Windows color (decimal): -11379902 or 4348754. OLE color: 4348754.
HSL color Cylindrical-coordinate representation of color #525B42: hue angle of 81.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #525B42 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 66 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.64 |
| HSL | 81.6º | 0.16% | 0.31% | - |
| HSV(B) | 81.6º | 0.27% | 0.36% | - |
| XYZ | 8.2 | 9.67 | 6.59 | - |
| YUV | 85.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 66 | 0.10 | 0 | 0.27 | 0.64 | 81.6 | 0.16 | 0.31 |
| Hex | 52 | 5B | 42 | A | 0 | 1B | 40 | 52 | 10 | 1F |
| Octal | 122 | 133 | 102 | 12 | 0 | 33 | 100 | 122 | 20 | 37 |
| Binary | 1010010 | 1011011 | 1000010 | 1010 | 0 | 11011 | 1000000 | 1010010 | 10000 | 11111 |
Color Harmonies of #525B42
Complementary color
Monochromatic Colors of #525B42
Black with #525B42
Text Example
Text Example
White with #525B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B42; }
p { color: rgb(82,91,66); }
H1.HeaderClassName
{
color: #525B42;
}
.AnyTagClassName
{
color: #525B42;
}
</style>
background-color css
<style>
a { background-color: #525B42; }
a { background-color: rgb(82,91,66); }
div.DivClassName
{
background-color: #525B42;
}
.BgClassName
{
background-color: #525B42;
}
</style>
border-color css
<style>
span { border-color: #525B42; }
span { border-color: rgb(82,91,66); }
td.TdClassName
{
border-color: #525B42;
}
.TagClassName
{
border-color: #525B42;
}
</style>