Shades of Lunar Green #525B43
Tints of Lunar Green #525B43
RGB
CMYK
RGB Variations
Color information
#525B43 (or 0x525B43) is known color: Lunar Green. HEX triplet: 52, 5B and 43. RGB value is (82,91,67). Sum of RGB (Red+Green+Blue) = 82+91+67=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 91 - color contains mainly: green. Hex color #525B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B43 is #ADA4BC. Grayscale: #555555. Windows color (decimal): -11379901 or 4414290. OLE color: 4414290.
HSL color Cylindrical-coordinate representation of color #525B43: hue angle of 82.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #525B43 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 67 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.64 |
| HSL | 82.5º | 0.15% | 0.31% | - |
| HSV(B) | 82.5º | 0.26% | 0.36% | - |
| XYZ | 8.23 | 9.68 | 6.74 | - |
| YUV | 85.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 67 | 0.10 | 0 | 0.26 | 0.64 | 82.5 | 0.15 | 0.31 |
| Hex | 52 | 5B | 43 | A | 0 | 1A | 40 | 52 | F | 1F |
| Octal | 122 | 133 | 103 | 12 | 0 | 32 | 100 | 122 | 17 | 37 |
| Binary | 1010010 | 1011011 | 1000011 | 1010 | 0 | 11010 | 1000000 | 1010010 | 1111 | 11111 |
Color Harmonies of #525B43
Complementary color
Monochromatic Colors of #525B43
Black with #525B43
Text Example
Text Example
White with #525B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B43; }
p { color: rgb(82,91,67); }
H1.HeaderClassName
{
color: #525B43;
}
.AnyTagClassName
{
color: #525B43;
}
</style>
background-color css
<style>
a { background-color: #525B43; }
a { background-color: rgb(82,91,67); }
div.DivClassName
{
background-color: #525B43;
}
.BgClassName
{
background-color: #525B43;
}
</style>
border-color css
<style>
span { border-color: #525B43; }
span { border-color: rgb(82,91,67); }
td.TdClassName
{
border-color: #525B43;
}
.TagClassName
{
border-color: #525B43;
}
</style>