Shades of Lunar Green #4C543B
Tints of Lunar Green #4C543B
RGB
CMYK
RGB Variations
Color information
#4C543B (or 0x4C543B) is known color: Lunar Green. HEX triplet: 4C, 54 and 3B. RGB value is (76,84,59). Sum of RGB (Red+Green+Blue) = 76+84+59=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #4C543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C543B is #B3ABC4. Grayscale: #4E4E4E. Windows color (decimal): -11774917 or 3888204. OLE color: 3888204.
HSL color Cylindrical-coordinate representation of color #4C543B: hue angle of 79.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C543B is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 84 | 59 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.67 |
| HSL | 79.2º | 0.17% | 0.28% | - |
| HSV(B) | 79.2º | 0.3% | 0.33% | - |
| XYZ | 6.94 | 8.19 | 5.35 | - |
| YUV | 78.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 59 | 0.10 | 0 | 0.30 | 0.67 | 79.2 | 0.17 | 0.28 |
| Hex | 4C | 54 | 3B | A | 0 | 1E | 43 | 4F | 11 | 1C |
| Octal | 114 | 124 | 73 | 12 | 0 | 36 | 103 | 117 | 21 | 34 |
| Binary | 1001100 | 1010100 | 111011 | 1010 | 0 | 11110 | 1000011 | 1001111 | 10001 | 11100 |
Color Harmonies of #4C543B
Complementary color
Monochromatic Colors of #4C543B
Black with #4C543B
Text Example
Text Example
White with #4C543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C543B; }
p { color: rgb(76,84,59); }
H1.HeaderClassName
{
color: #4C543B;
}
.AnyTagClassName
{
color: #4C543B;
}
</style>
background-color css
<style>
a { background-color: #4C543B; }
a { background-color: rgb(76,84,59); }
div.DivClassName
{
background-color: #4C543B;
}
.BgClassName
{
background-color: #4C543B;
}
</style>
border-color css
<style>
span { border-color: #4C543B; }
span { border-color: rgb(76,84,59); }
td.TdClassName
{
border-color: #4C543B;
}
.TagClassName
{
border-color: #4C543B;
}
</style>