Shades of Lunar Green #4B523F
Tints of Lunar Green #4B523F
RGB
CMYK
RGB Variations
Color information
#4B523F (or 0x4B523F) is known color: Lunar Green. HEX triplet: 4B, 52 and 3F. RGB value is (75,82,63). Sum of RGB (Red+Green+Blue) = 75+82+63=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #4B523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B523F is #B4ADC0. Grayscale: #4D4D4D. Windows color (decimal): -11840961 or 4149835. OLE color: 4149835.
HSL color Cylindrical-coordinate representation of color #4B523F: hue angle of 82.11º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B523F is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 82 | 63 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.68 |
| HSL | 82.11º | 0.13% | 0.28% | - |
| HSV(B) | 82.11º | 0.23% | 0.32% | - |
| XYZ | 6.82 | 7.89 | 5.87 | - |
| YUV | 77.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 63 | 0.09 | 0 | 0.23 | 0.68 | 82.11 | 0.13 | 0.28 |
| Hex | 4B | 52 | 3F | 9 | 0 | 17 | 44 | 52 | D | 1C |
| Octal | 113 | 122 | 77 | 11 | 0 | 27 | 104 | 122 | 15 | 34 |
| Binary | 1001011 | 1010010 | 111111 | 1001 | 0 | 10111 | 1000100 | 1010010 | 1101 | 11100 |
Color Harmonies of #4B523F
Complementary color
Monochromatic Colors of #4B523F
Black with #4B523F
Text Example
Text Example
White with #4B523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B523F; }
p { color: rgb(75,82,63); }
H1.HeaderClassName
{
color: #4B523F;
}
.AnyTagClassName
{
color: #4B523F;
}
</style>
background-color css
<style>
a { background-color: #4B523F; }
a { background-color: rgb(75,82,63); }
div.DivClassName
{
background-color: #4B523F;
}
.BgClassName
{
background-color: #4B523F;
}
</style>
border-color css
<style>
span { border-color: #4B523F; }
span { border-color: rgb(75,82,63); }
td.TdClassName
{
border-color: #4B523F;
}
.TagClassName
{
border-color: #4B523F;
}
</style>