Shades of Lunar Green #4B513F
Tints of Lunar Green #4B513F
RGB
CMYK
RGB Variations
Color information
#4B513F (or 0x4B513F) is known color: Lunar Green. HEX triplet: 4B, 51 and 3F. RGB value is (75,81,63). Sum of RGB (Red+Green+Blue) = 75+81+63=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #4B513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B513F is #B4AEC0. Grayscale: #4D4D4D. Windows color (decimal): -11841217 or 4149579. OLE color: 4149579.
HSL color Cylindrical-coordinate representation of color #4B513F: hue angle of 80º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B513F is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 63 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.68 |
| HSL | 80º | 0.13% | 0.28% | - |
| HSV(B) | 80º | 0.22% | 0.32% | - |
| XYZ | 6.74 | 7.74 | 5.84 | - |
| YUV | 77.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 63 | 0.07 | 0 | 0.22 | 0.68 | 80 | 0.13 | 0.28 |
| Hex | 4B | 51 | 3F | 7 | 0 | 16 | 44 | 50 | C | 1C |
| Octal | 113 | 121 | 77 | 7 | 0 | 26 | 104 | 120 | 14 | 34 |
| Binary | 1001011 | 1010001 | 111111 | 111 | 0 | 10110 | 1000100 | 1010000 | 1100 | 11100 |
Color Harmonies of #4B513F
Complementary color
Monochromatic Colors of #4B513F
Black with #4B513F
Text Example
Text Example
White with #4B513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B513F; }
p { color: rgb(75,81,63); }
H1.HeaderClassName
{
color: #4B513F;
}
.AnyTagClassName
{
color: #4B513F;
}
</style>
background-color css
<style>
a { background-color: #4B513F; }
a { background-color: rgb(75,81,63); }
div.DivClassName
{
background-color: #4B513F;
}
.BgClassName
{
background-color: #4B513F;
}
</style>
border-color css
<style>
span { border-color: #4B513F; }
span { border-color: rgb(75,81,63); }
td.TdClassName
{
border-color: #4B513F;
}
.TagClassName
{
border-color: #4B513F;
}
</style>