Shades of Lunar Green #525E38
Tints of Lunar Green #525E38
RGB
CMYK
RGB Variations
Color information
#525E38 (or 0x525E38) is known color: Lunar Green. HEX triplet: 52, 5E and 38. RGB value is (82,94,56). Sum of RGB (Red+Green+Blue) = 82+94+56=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 94 - color contains mainly: green. Hex color #525E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525E38 is #ADA1C7. Grayscale: #565656. Windows color (decimal): -11379144 or 3694162. OLE color: 3694162.
HSL color Cylindrical-coordinate representation of color #525E38: hue angle of 78.95º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525E38 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 94 | 56 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.63 |
| HSL | 78.95º | 0.25% | 0.29% | - |
| HSV(B) | 78.95º | 0.4% | 0.37% | - |
| XYZ | 8.2 | 10.08 | 5.26 | - |
| YUV | 86.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 56 | 0.13 | 0 | 0.40 | 0.63 | 78.95 | 0.25 | 0.29 |
| Hex | 52 | 5E | 38 | D | 0 | 28 | 3F | 4F | 19 | 1D |
| Octal | 122 | 136 | 70 | 15 | 0 | 50 | 77 | 117 | 31 | 35 |
| Binary | 1010010 | 1011110 | 111000 | 1101 | 0 | 101000 | 111111 | 1001111 | 11001 | 11101 |
Color Harmonies of #525E38
Complementary color
Monochromatic Colors of #525E38
Black with #525E38
Text Example
Text Example
White with #525E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E38; }
p { color: rgb(82,94,56); }
H1.HeaderClassName
{
color: #525E38;
}
.AnyTagClassName
{
color: #525E38;
}
</style>
background-color css
<style>
a { background-color: #525E38; }
a { background-color: rgb(82,94,56); }
div.DivClassName
{
background-color: #525E38;
}
.BgClassName
{
background-color: #525E38;
}
</style>
border-color css
<style>
span { border-color: #525E38; }
span { border-color: rgb(82,94,56); }
td.TdClassName
{
border-color: #525E38;
}
.TagClassName
{
border-color: #525E38;
}
</style>