Shades of Lunar Green #4B5239
Tints of Lunar Green #4B5239
RGB
CMYK
RGB Variations
Color information
#4B5239 (or 0x4B5239) is known color: Lunar Green. HEX triplet: 4B, 52 and 39. RGB value is (75,82,57). Sum of RGB (Red+Green+Blue) = 75+82+57=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5239 is #B4ADC6. Grayscale: #4D4D4D. Windows color (decimal): -11840967 or 3756619. OLE color: 3756619.
HSL color Cylindrical-coordinate representation of color #4B5239: hue angle of 76.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B5239 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 82 | 57 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.68 |
| HSL | 76.8º | 0.18% | 0.27% | - |
| HSV(B) | 76.8º | 0.3% | 0.32% | - |
| XYZ | 6.66 | 7.83 | 5.03 | - |
| YUV | 77.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 57 | 0.09 | 0 | 0.30 | 0.68 | 76.8 | 0.18 | 0.27 |
| Hex | 4B | 52 | 39 | 9 | 0 | 1E | 44 | 4D | 12 | 1B |
| Octal | 113 | 122 | 71 | 11 | 0 | 36 | 104 | 115 | 22 | 33 |
| Binary | 1001011 | 1010010 | 111001 | 1001 | 0 | 11110 | 1000100 | 1001101 | 10010 | 11011 |
Color Harmonies of #4B5239
Complementary color
Monochromatic Colors of #4B5239
Black with #4B5239
Text Example
Text Example
White with #4B5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5239; }
p { color: rgb(75,82,57); }
H1.HeaderClassName
{
color: #4B5239;
}
.AnyTagClassName
{
color: #4B5239;
}
</style>
background-color css
<style>
a { background-color: #4B5239; }
a { background-color: rgb(75,82,57); }
div.DivClassName
{
background-color: #4B5239;
}
.BgClassName
{
background-color: #4B5239;
}
</style>
border-color css
<style>
span { border-color: #4B5239; }
span { border-color: rgb(75,82,57); }
td.TdClassName
{
border-color: #4B5239;
}
.TagClassName
{
border-color: #4B5239;
}
</style>