Shades of Lunar Green #4B543D
Tints of Lunar Green #4B543D
RGB
CMYK
RGB Variations
Color information
#4B543D (or 0x4B543D) is known color: Lunar Green. HEX triplet: 4B, 54 and 3D. RGB value is (75,84,61). Sum of RGB (Red+Green+Blue) = 75+84+61=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #4B543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B543D is #B4ABC2. Grayscale: #4E4E4E. Windows color (decimal): -11840451 or 4019275. OLE color: 4019275.
HSL color Cylindrical-coordinate representation of color #4B543D: hue angle of 83.48º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B543D is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 61 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.67 |
| HSL | 83.48º | 0.16% | 0.28% | - |
| HSV(B) | 83.48º | 0.27% | 0.33% | - |
| XYZ | 6.91 | 8.17 | 5.63 | - |
| YUV | 78.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 61 | 0.11 | 0 | 0.27 | 0.67 | 83.48 | 0.16 | 0.28 |
| Hex | 4B | 54 | 3D | B | 0 | 1B | 43 | 53 | 10 | 1C |
| Octal | 113 | 124 | 75 | 13 | 0 | 33 | 103 | 123 | 20 | 34 |
| Binary | 1001011 | 1010100 | 111101 | 1011 | 0 | 11011 | 1000011 | 1010011 | 10000 | 11100 |
Color Harmonies of #4B543D
Complementary color
Monochromatic Colors of #4B543D
Black with #4B543D
Text Example
Text Example
White with #4B543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B543D; }
p { color: rgb(75,84,61); }
H1.HeaderClassName
{
color: #4B543D;
}
.AnyTagClassName
{
color: #4B543D;
}
</style>
background-color css
<style>
a { background-color: #4B543D; }
a { background-color: rgb(75,84,61); }
div.DivClassName
{
background-color: #4B543D;
}
.BgClassName
{
background-color: #4B543D;
}
</style>
border-color css
<style>
span { border-color: #4B543D; }
span { border-color: rgb(75,84,61); }
td.TdClassName
{
border-color: #4B543D;
}
.TagClassName
{
border-color: #4B543D;
}
</style>