Shades of Lunar Green #525F42
Tints of Lunar Green #525F42
RGB
CMYK
RGB Variations
Color information
#525F42 (or 0x525F42) is known color: Lunar Green. HEX triplet: 52, 5F and 42. RGB value is (82,95,66). Sum of RGB (Red+Green+Blue) = 82+95+66=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #525F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F42 is #ADA0BD. Grayscale: #575757. Windows color (decimal): -11378878 or 4349778. OLE color: 4349778.
HSL color Cylindrical-coordinate representation of color #525F42: hue angle of 86.9º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525F42 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 95 | 66 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.63 |
| HSL | 86.9º | 0.18% | 0.32% | - |
| HSV(B) | 86.9º | 0.31% | 0.37% | - |
| XYZ | 8.56 | 10.37 | 6.71 | - |
| YUV | 87.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 66 | 0.14 | 0 | 0.31 | 0.63 | 86.9 | 0.18 | 0.32 |
| Hex | 52 | 5F | 42 | E | 0 | 1F | 3F | 57 | 12 | 20 |
| Octal | 122 | 137 | 102 | 16 | 0 | 37 | 77 | 127 | 22 | 40 |
| Binary | 1010010 | 1011111 | 1000010 | 1110 | 0 | 11111 | 111111 | 1010111 | 10010 | 100000 |
Color Harmonies of #525F42
Complementary color
Monochromatic Colors of #525F42
Black with #525F42
Text Example
Text Example
White with #525F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F42; }
p { color: rgb(82,95,66); }
H1.HeaderClassName
{
color: #525F42;
}
.AnyTagClassName
{
color: #525F42;
}
</style>
background-color css
<style>
a { background-color: #525F42; }
a { background-color: rgb(82,95,66); }
div.DivClassName
{
background-color: #525F42;
}
.BgClassName
{
background-color: #525F42;
}
</style>
border-color css
<style>
span { border-color: #525F42; }
span { border-color: rgb(82,95,66); }
td.TdClassName
{
border-color: #525F42;
}
.TagClassName
{
border-color: #525F42;
}
</style>