Shades of Lunar Green #525A3C
Tints of Lunar Green #525A3C
RGB
CMYK
RGB Variations
Color information
#525A3C (or 0x525A3C) is known color: Lunar Green. HEX triplet: 52, 5A and 3C. RGB value is (82,90,60). Sum of RGB (Red+Green+Blue) = 82+90+60=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #525A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A3C is #ADA5C3. Grayscale: #545454. Windows color (decimal): -11380164 or 3955282. OLE color: 3955282.
HSL color Cylindrical-coordinate representation of color #525A3C: hue angle of 76º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #525A3C is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 90 | 60 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.65 |
| HSL | 76º | 0.2% | 0.29% | - |
| HSV(B) | 76º | 0.33% | 0.35% | - |
| XYZ | 7.95 | 9.43 | 5.68 | - |
| YUV | 84.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 60 | 0.09 | 0 | 0.33 | 0.65 | 76 | 0.2 | 0.29 |
| Hex | 52 | 5A | 3C | 9 | 0 | 21 | 41 | 4C | 14 | 1D |
| Octal | 122 | 132 | 74 | 11 | 0 | 41 | 101 | 114 | 24 | 35 |
| Binary | 1010010 | 1011010 | 111100 | 1001 | 0 | 100001 | 1000001 | 1001100 | 10100 | 11101 |
Color Harmonies of #525A3C
Complementary color
Monochromatic Colors of #525A3C
Black with #525A3C
Text Example
Text Example
White with #525A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A3C; }
p { color: rgb(82,90,60); }
H1.HeaderClassName
{
color: #525A3C;
}
.AnyTagClassName
{
color: #525A3C;
}
</style>
background-color css
<style>
a { background-color: #525A3C; }
a { background-color: rgb(82,90,60); }
div.DivClassName
{
background-color: #525A3C;
}
.BgClassName
{
background-color: #525A3C;
}
</style>
border-color css
<style>
span { border-color: #525A3C; }
span { border-color: rgb(82,90,60); }
td.TdClassName
{
border-color: #525A3C;
}
.TagClassName
{
border-color: #525A3C;
}
</style>