Shades of Lunar Green #4C5838
Tints of Lunar Green #4C5838
RGB
CMYK
RGB Variations
Color information
#4C5838 (or 0x4C5838) is known color: Lunar Green. HEX triplet: 4C, 58 and 38. RGB value is (76,88,56). Sum of RGB (Red+Green+Blue) = 76+88+56=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5838 is #B3A7C7. Grayscale: #505050. Windows color (decimal): -11773896 or 3692620. OLE color: 3692620.
HSL color Cylindrical-coordinate representation of color #4C5838: hue angle of 82.5º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C5838 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 56 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.65 |
| HSL | 82.5º | 0.22% | 0.28% | - |
| HSV(B) | 82.5º | 0.36% | 0.35% | - |
| XYZ | 7.18 | 8.8 | 5.06 | - |
| YUV | 80.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 56 | 0.14 | 0 | 0.36 | 0.65 | 82.5 | 0.22 | 0.28 |
| Hex | 4C | 58 | 38 | E | 0 | 24 | 41 | 52 | 16 | 1C |
| Octal | 114 | 130 | 70 | 16 | 0 | 44 | 101 | 122 | 26 | 34 |
| Binary | 1001100 | 1011000 | 111000 | 1110 | 0 | 100100 | 1000001 | 1010010 | 10110 | 11100 |
Color Harmonies of #4C5838
Complementary color
Monochromatic Colors of #4C5838
Black with #4C5838
Text Example
Text Example
White with #4C5838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5838; }
p { color: rgb(76,88,56); }
H1.HeaderClassName
{
color: #4C5838;
}
.AnyTagClassName
{
color: #4C5838;
}
</style>
background-color css
<style>
a { background-color: #4C5838; }
a { background-color: rgb(76,88,56); }
div.DivClassName
{
background-color: #4C5838;
}
.BgClassName
{
background-color: #4C5838;
}
</style>
border-color css
<style>
span { border-color: #4C5838; }
span { border-color: rgb(76,88,56); }
td.TdClassName
{
border-color: #4C5838;
}
.TagClassName
{
border-color: #4C5838;
}
</style>