Shades of Lunar Green #525843
Tints of Lunar Green #525843
RGB
CMYK
RGB Variations
Color information
#525843 (or 0x525843) is known color: Lunar Green. HEX triplet: 52, 58 and 43. RGB value is (82,88,67). Sum of RGB (Red+Green+Blue) = 82+88+67=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #525843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525843 is #ADA7BC. Grayscale: #535353. Windows color (decimal): -11380669 or 4413522. OLE color: 4413522.
HSL color Cylindrical-coordinate representation of color #525843: hue angle of 77.14º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #525843 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 67 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.65 |
| HSL | 77.14º | 0.14% | 0.3% | - |
| HSV(B) | 77.14º | 0.24% | 0.35% | - |
| XYZ | 7.98 | 9.18 | 6.66 | - |
| YUV | 83.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 67 | 0.07 | 0 | 0.24 | 0.65 | 77.14 | 0.14 | 0.3 |
| Hex | 52 | 58 | 43 | 7 | 0 | 18 | 41 | 4D | E | 1E |
| Octal | 122 | 130 | 103 | 7 | 0 | 30 | 101 | 115 | 16 | 36 |
| Binary | 1010010 | 1011000 | 1000011 | 111 | 0 | 11000 | 1000001 | 1001101 | 1110 | 11110 |
Color Harmonies of #525843
Complementary color
Monochromatic Colors of #525843
Black with #525843
Text Example
Text Example
White with #525843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525843; }
p { color: rgb(82,88,67); }
H1.HeaderClassName
{
color: #525843;
}
.AnyTagClassName
{
color: #525843;
}
</style>
background-color css
<style>
a { background-color: #525843; }
a { background-color: rgb(82,88,67); }
div.DivClassName
{
background-color: #525843;
}
.BgClassName
{
background-color: #525843;
}
</style>
border-color css
<style>
span { border-color: #525843; }
span { border-color: rgb(82,88,67); }
td.TdClassName
{
border-color: #525843;
}
.TagClassName
{
border-color: #525843;
}
</style>