Shades of Lunar Green #4B513C
Tints of Lunar Green #4B513C
RGB
CMYK
RGB Variations
Color information
#4B513C (or 0x4B513C) is known color: Lunar Green. HEX triplet: 4B, 51 and 3C. RGB value is (75,81,60). Sum of RGB (Red+Green+Blue) = 75+81+60=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #4B513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B513C is #B4AEC3. Grayscale: #4C4C4C. Windows color (decimal): -11841220 or 3952971. OLE color: 3952971.
HSL color Cylindrical-coordinate representation of color #4B513C: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B513C is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 60 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.68 |
| HSL | 77.14º | 0.15% | 0.28% | - |
| HSV(B) | 77.14º | 0.26% | 0.32% | - |
| XYZ | 6.66 | 7.71 | 5.41 | - |
| YUV | 76.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 60 | 0.07 | 0 | 0.26 | 0.68 | 77.14 | 0.15 | 0.28 |
| Hex | 4B | 51 | 3C | 7 | 0 | 1A | 44 | 4D | F | 1C |
| Octal | 113 | 121 | 74 | 7 | 0 | 32 | 104 | 115 | 17 | 34 |
| Binary | 1001011 | 1010001 | 111100 | 111 | 0 | 11010 | 1000100 | 1001101 | 1111 | 11100 |
Color Harmonies of #4B513C
Complementary color
Monochromatic Colors of #4B513C
Black with #4B513C
Text Example
Text Example
White with #4B513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B513C; }
p { color: rgb(75,81,60); }
H1.HeaderClassName
{
color: #4B513C;
}
.AnyTagClassName
{
color: #4B513C;
}
</style>
background-color css
<style>
a { background-color: #4B513C; }
a { background-color: rgb(75,81,60); }
div.DivClassName
{
background-color: #4B513C;
}
.BgClassName
{
background-color: #4B513C;
}
</style>
border-color css
<style>
span { border-color: #4B513C; }
span { border-color: rgb(75,81,60); }
td.TdClassName
{
border-color: #4B513C;
}
.TagClassName
{
border-color: #4B513C;
}
</style>