Shades of Lunar Green #525D36
Tints of Lunar Green #525D36
RGB
CMYK
RGB Variations
Color information
#525D36 (or 0x525D36) is known color: Lunar Green. HEX triplet: 52, 5D and 36. RGB value is (82,93,54). Sum of RGB (Red+Green+Blue) = 82+93+54=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #525D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D36 is #ADA2C9. Grayscale: #555555. Windows color (decimal): -11379402 or 3562834. OLE color: 3562834.
HSL color Cylindrical-coordinate representation of color #525D36: hue angle of 76.92º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #525D36 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 54 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.64 |
| HSL | 76.92º | 0.27% | 0.29% | - |
| HSV(B) | 76.92º | 0.42% | 0.36% | - |
| XYZ | 8.06 | 9.89 | 4.97 | - |
| YUV | 85.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 54 | 0.12 | 0 | 0.42 | 0.64 | 76.92 | 0.27 | 0.29 |
| Hex | 52 | 5D | 36 | C | 0 | 2A | 40 | 4D | 1B | 1D |
| Octal | 122 | 135 | 66 | 14 | 0 | 52 | 100 | 115 | 33 | 35 |
| Binary | 1010010 | 1011101 | 110110 | 1100 | 0 | 101010 | 1000000 | 1001101 | 11011 | 11101 |
Color Harmonies of #525D36
Complementary color
Monochromatic Colors of #525D36
Black with #525D36
Text Example
Text Example
White with #525D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D36; }
p { color: rgb(82,93,54); }
H1.HeaderClassName
{
color: #525D36;
}
.AnyTagClassName
{
color: #525D36;
}
</style>
background-color css
<style>
a { background-color: #525D36; }
a { background-color: rgb(82,93,54); }
div.DivClassName
{
background-color: #525D36;
}
.BgClassName
{
background-color: #525D36;
}
</style>
border-color css
<style>
span { border-color: #525D36; }
span { border-color: rgb(82,93,54); }
td.TdClassName
{
border-color: #525D36;
}
.TagClassName
{
border-color: #525D36;
}
</style>