Shades of Lunar Green #4C5441
Tints of Lunar Green #4C5441
RGB
CMYK
RGB Variations
Color information
#4C5441 (or 0x4C5441) is known color: Lunar Green. HEX triplet: 4C, 54 and 41. RGB value is (76,84,65). Sum of RGB (Red+Green+Blue) = 76+84+65=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5441 is #B3ABBE. Grayscale: #4F4F4F. Windows color (decimal): -11774911 or 4281420. OLE color: 4281420.
HSL color Cylindrical-coordinate representation of color #4C5441: hue angle of 85.26º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C5441 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 84 | 65 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.67 |
| HSL | 85.26º | 0.13% | 0.29% | - |
| HSV(B) | 85.26º | 0.23% | 0.33% | - |
| XYZ | 7.1 | 8.26 | 6.22 | - |
| YUV | 79.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 65 | 0.10 | 0 | 0.23 | 0.67 | 85.26 | 0.13 | 0.29 |
| Hex | 4C | 54 | 41 | A | 0 | 17 | 43 | 55 | D | 1D |
| Octal | 114 | 124 | 101 | 12 | 0 | 27 | 103 | 125 | 15 | 35 |
| Binary | 1001100 | 1010100 | 1000001 | 1010 | 0 | 10111 | 1000011 | 1010101 | 1101 | 11101 |
Color Harmonies of #4C5441
Complementary color
Monochromatic Colors of #4C5441
Black with #4C5441
Text Example
Text Example
White with #4C5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5441; }
p { color: rgb(76,84,65); }
H1.HeaderClassName
{
color: #4C5441;
}
.AnyTagClassName
{
color: #4C5441;
}
</style>
background-color css
<style>
a { background-color: #4C5441; }
a { background-color: rgb(76,84,65); }
div.DivClassName
{
background-color: #4C5441;
}
.BgClassName
{
background-color: #4C5441;
}
</style>
border-color css
<style>
span { border-color: #4C5441; }
span { border-color: rgb(76,84,65); }
td.TdClassName
{
border-color: #4C5441;
}
.TagClassName
{
border-color: #4C5441;
}
</style>