Shades of Lunar Green #52554A
Tints of Lunar Green #52554A
RGB
CMYK
RGB Variations
Color information
#52554A (or 0x52554A) is known color: Lunar Green. HEX triplet: 52, 55 and 4A. RGB value is (82,85,74). Sum of RGB (Red+Green+Blue) = 82+85+74=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 85 - color contains mainly: green. Hex color #52554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52554A is #ADAAB5. Grayscale: #525252. Windows color (decimal): -11381430 or 4871506. OLE color: 4871506.
HSL color Cylindrical-coordinate representation of color #52554A: hue angle of 76.36º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #52554A is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 74 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.67 |
| HSL | 76.36º | 0.07% | 0.31% | - |
| HSV(B) | 76.36º | 0.13% | 0.33% | - |
| XYZ | 7.96 | 8.79 | 7.75 | - |
| YUV | 82.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 74 | 0.04 | 0 | 0.13 | 0.67 | 76.36 | 0.07 | 0.31 |
| Hex | 52 | 55 | 4A | 4 | 0 | D | 43 | 4C | 7 | 1F |
| Octal | 122 | 125 | 112 | 4 | 0 | 15 | 103 | 114 | 7 | 37 |
| Binary | 1010010 | 1010101 | 1001010 | 100 | 0 | 1101 | 1000011 | 1001100 | 111 | 11111 |
Color Harmonies of #52554A
Complementary color
Monochromatic Colors of #52554A
Black with #52554A
Text Example
Text Example
White with #52554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52554A; }
p { color: rgb(82,85,74); }
H1.HeaderClassName
{
color: #52554A;
}
.AnyTagClassName
{
color: #52554A;
}
</style>
background-color css
<style>
a { background-color: #52554A; }
a { background-color: rgb(82,85,74); }
div.DivClassName
{
background-color: #52554A;
}
.BgClassName
{
background-color: #52554A;
}
</style>
border-color css
<style>
span { border-color: #52554A; }
span { border-color: rgb(82,85,74); }
td.TdClassName
{
border-color: #52554A;
}
.TagClassName
{
border-color: #52554A;
}
</style>