Shades of Lunar Green #4C5241
Tints of Lunar Green #4C5241
RGB
CMYK
RGB Variations
Color information
#4C5241 (or 0x4C5241) is known color: Lunar Green. HEX triplet: 4C, 52 and 41. RGB value is (76,82,65). Sum of RGB (Red+Green+Blue) = 76+82+65=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #4C5241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5241 is #B3ADBE. Grayscale: #4E4E4E. Windows color (decimal): -11775423 or 4280908. OLE color: 4280908.
HSL color Cylindrical-coordinate representation of color #4C5241: hue angle of 81.18º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C5241 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 82 | 65 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.68 |
| HSL | 81.18º | 0.12% | 0.29% | - |
| HSV(B) | 81.18º | 0.21% | 0.32% | - |
| XYZ | 6.95 | 7.95 | 6.17 | - |
| YUV | 78.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 65 | 0.07 | 0 | 0.21 | 0.68 | 81.18 | 0.12 | 0.29 |
| Hex | 4C | 52 | 41 | 7 | 0 | 15 | 44 | 51 | C | 1D |
| Octal | 114 | 122 | 101 | 7 | 0 | 25 | 104 | 121 | 14 | 35 |
| Binary | 1001100 | 1010010 | 1000001 | 111 | 0 | 10101 | 1000100 | 1010001 | 1100 | 11101 |
Color Harmonies of #4C5241
Complementary color
Monochromatic Colors of #4C5241
Black with #4C5241
Text Example
Text Example
White with #4C5241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5241; }
p { color: rgb(76,82,65); }
H1.HeaderClassName
{
color: #4C5241;
}
.AnyTagClassName
{
color: #4C5241;
}
</style>
background-color css
<style>
a { background-color: #4C5241; }
a { background-color: rgb(76,82,65); }
div.DivClassName
{
background-color: #4C5241;
}
.BgClassName
{
background-color: #4C5241;
}
</style>
border-color css
<style>
span { border-color: #4C5241; }
span { border-color: rgb(76,82,65); }
td.TdClassName
{
border-color: #4C5241;
}
.TagClassName
{
border-color: #4C5241;
}
</style>