Shades of Lunar Green #4B513D
Tints of Lunar Green #4B513D
RGB
CMYK
RGB Variations
Color information
#4B513D (or 0x4B513D) is known color: Lunar Green. HEX triplet: 4B, 51 and 3D. RGB value is (75,81,61). Sum of RGB (Red+Green+Blue) = 75+81+61=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #4B513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B513D is #B4AEC2. Grayscale: #4C4C4C. Windows color (decimal): -11841219 or 4018507. OLE color: 4018507.
HSL color Cylindrical-coordinate representation of color #4B513D: hue angle of 78º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B513D is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 61 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.68 |
| HSL | 78º | 0.14% | 0.28% | - |
| HSV(B) | 78º | 0.25% | 0.32% | - |
| XYZ | 6.69 | 7.72 | 5.55 | - |
| YUV | 76.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 61 | 0.07 | 0 | 0.25 | 0.68 | 78 | 0.14 | 0.28 |
| Hex | 4B | 51 | 3D | 7 | 0 | 19 | 44 | 4E | E | 1C |
| Octal | 113 | 121 | 75 | 7 | 0 | 31 | 104 | 116 | 16 | 34 |
| Binary | 1001011 | 1010001 | 111101 | 111 | 0 | 11001 | 1000100 | 1001110 | 1110 | 11100 |
Color Harmonies of #4B513D
Complementary color
Monochromatic Colors of #4B513D
Black with #4B513D
Text Example
Text Example
White with #4B513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B513D; }
p { color: rgb(75,81,61); }
H1.HeaderClassName
{
color: #4B513D;
}
.AnyTagClassName
{
color: #4B513D;
}
</style>
background-color css
<style>
a { background-color: #4B513D; }
a { background-color: rgb(75,81,61); }
div.DivClassName
{
background-color: #4B513D;
}
.BgClassName
{
background-color: #4B513D;
}
</style>
border-color css
<style>
span { border-color: #4B513D; }
span { border-color: rgb(75,81,61); }
td.TdClassName
{
border-color: #4B513D;
}
.TagClassName
{
border-color: #4B513D;
}
</style>