Shades of Lunar Green #52623B
Tints of Lunar Green #52623B
RGB
CMYK
RGB Variations
Color information
#52623B (or 0x52623B) is known color: Lunar Green. HEX triplet: 52, 62 and 3B. RGB value is (82,98,59). Sum of RGB (Red+Green+Blue) = 82+98+59=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #52623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52623B is #AD9DC4. Grayscale: #585858. Windows color (decimal): -11378117 or 3891794. OLE color: 3891794.
HSL color Cylindrical-coordinate representation of color #52623B: hue angle of 84.62º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52623B is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 59 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.62 |
| HSL | 84.62º | 0.25% | 0.31% | - |
| HSV(B) | 84.62º | 0.4% | 0.38% | - |
| XYZ | 8.64 | 10.84 | 5.78 | - |
| YUV | 88.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 59 | 0.16 | 0 | 0.40 | 0.62 | 84.62 | 0.25 | 0.31 |
| Hex | 52 | 62 | 3B | 10 | 0 | 28 | 3E | 55 | 19 | 1F |
| Octal | 122 | 142 | 73 | 20 | 0 | 50 | 76 | 125 | 31 | 37 |
| Binary | 1010010 | 1100010 | 111011 | 10000 | 0 | 101000 | 111110 | 1010101 | 11001 | 11111 |
Color Harmonies of #52623B
Complementary color
Monochromatic Colors of #52623B
Black with #52623B
Text Example
Text Example
White with #52623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52623B; }
p { color: rgb(82,98,59); }
H1.HeaderClassName
{
color: #52623B;
}
.AnyTagClassName
{
color: #52623B;
}
</style>
background-color css
<style>
a { background-color: #52623B; }
a { background-color: rgb(82,98,59); }
div.DivClassName
{
background-color: #52623B;
}
.BgClassName
{
background-color: #52623B;
}
</style>
border-color css
<style>
span { border-color: #52623B; }
span { border-color: rgb(82,98,59); }
td.TdClassName
{
border-color: #52623B;
}
.TagClassName
{
border-color: #52623B;
}
</style>