Shades of Lunar Green #4C5538
Tints of Lunar Green #4C5538
RGB
CMYK
RGB Variations
Color information
#4C5538 (or 0x4C5538) is known color: Lunar Green. HEX triplet: 4C, 55 and 38. RGB value is (76,85,56). Sum of RGB (Red+Green+Blue) = 76+85+56=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5538 is #B3AAC7. Grayscale: #4F4F4F. Windows color (decimal): -11774664 or 3691852. OLE color: 3691852.
HSL color Cylindrical-coordinate representation of color #4C5538: hue angle of 78.62º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C5538 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 56 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.67 |
| HSL | 78.62º | 0.21% | 0.28% | - |
| HSV(B) | 78.62º | 0.34% | 0.33% | - |
| XYZ | 6.94 | 8.32 | 4.98 | - |
| YUV | 79 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 56 | 0.11 | 0 | 0.34 | 0.67 | 78.62 | 0.21 | 0.28 |
| Hex | 4C | 55 | 38 | B | 0 | 22 | 43 | 4F | 15 | 1C |
| Octal | 114 | 125 | 70 | 13 | 0 | 42 | 103 | 117 | 25 | 34 |
| Binary | 1001100 | 1010101 | 111000 | 1011 | 0 | 100010 | 1000011 | 1001111 | 10101 | 11100 |
Color Harmonies of #4C5538
Complementary color
Monochromatic Colors of #4C5538
Black with #4C5538
Text Example
Text Example
White with #4C5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5538; }
p { color: rgb(76,85,56); }
H1.HeaderClassName
{
color: #4C5538;
}
.AnyTagClassName
{
color: #4C5538;
}
</style>
background-color css
<style>
a { background-color: #4C5538; }
a { background-color: rgb(76,85,56); }
div.DivClassName
{
background-color: #4C5538;
}
.BgClassName
{
background-color: #4C5538;
}
</style>
border-color css
<style>
span { border-color: #4C5538; }
span { border-color: rgb(76,85,56); }
td.TdClassName
{
border-color: #4C5538;
}
.TagClassName
{
border-color: #4C5538;
}
</style>