Shades of Lunar Green #4B5240
Tints of Lunar Green #4B5240
RGB
CMYK
RGB Variations
Color information
#4B5240 (or 0x4B5240) is known color: Lunar Green. HEX triplet: 4B, 52 and 40. RGB value is (75,82,64). Sum of RGB (Red+Green+Blue) = 75+82+64=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5240 is #B4ADBF. Grayscale: #4D4D4D. Windows color (decimal): -11840960 or 4215371. OLE color: 4215371.
HSL color Cylindrical-coordinate representation of color #4B5240: hue angle of 83.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B5240 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 82 | 64 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.68 |
| HSL | 83.33º | 0.12% | 0.29% | - |
| HSV(B) | 83.33º | 0.22% | 0.32% | - |
| XYZ | 6.84 | 7.9 | 6.01 | - |
| YUV | 77.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 64 | 0.09 | 0 | 0.22 | 0.68 | 83.33 | 0.12 | 0.29 |
| Hex | 4B | 52 | 40 | 9 | 0 | 16 | 44 | 53 | C | 1D |
| Octal | 113 | 122 | 100 | 11 | 0 | 26 | 104 | 123 | 14 | 35 |
| Binary | 1001011 | 1010010 | 1000000 | 1001 | 0 | 10110 | 1000100 | 1010011 | 1100 | 11101 |
Color Harmonies of #4B5240
Complementary color
Monochromatic Colors of #4B5240
Black with #4B5240
Text Example
Text Example
White with #4B5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5240; }
p { color: rgb(75,82,64); }
H1.HeaderClassName
{
color: #4B5240;
}
.AnyTagClassName
{
color: #4B5240;
}
</style>
background-color css
<style>
a { background-color: #4B5240; }
a { background-color: rgb(75,82,64); }
div.DivClassName
{
background-color: #4B5240;
}
.BgClassName
{
background-color: #4B5240;
}
</style>
border-color css
<style>
span { border-color: #4B5240; }
span { border-color: rgb(75,82,64); }
td.TdClassName
{
border-color: #4B5240;
}
.TagClassName
{
border-color: #4B5240;
}
</style>