Shades of Lunar Green #4C583C
Tints of Lunar Green #4C583C
RGB
CMYK
RGB Variations
Color information
#4C583C (or 0x4C583C) is known color: Lunar Green. HEX triplet: 4C, 58 and 3C. RGB value is (76,88,60). Sum of RGB (Red+Green+Blue) = 76+88+60=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #4C583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C583C is #B3A7C3. Grayscale: #515151. Windows color (decimal): -11773892 or 3954764. OLE color: 3954764.
HSL color Cylindrical-coordinate representation of color #4C583C: hue angle of 85.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C583C is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 60 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.65 |
| HSL | 85.71º | 0.19% | 0.29% | - |
| HSV(B) | 85.71º | 0.32% | 0.35% | - |
| XYZ | 7.29 | 8.84 | 5.6 | - |
| YUV | 81.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 60 | 0.14 | 0 | 0.32 | 0.65 | 85.71 | 0.19 | 0.29 |
| Hex | 4C | 58 | 3C | E | 0 | 20 | 41 | 56 | 13 | 1D |
| Octal | 114 | 130 | 74 | 16 | 0 | 40 | 101 | 126 | 23 | 35 |
| Binary | 1001100 | 1011000 | 111100 | 1110 | 0 | 100000 | 1000001 | 1010110 | 10011 | 11101 |
Color Harmonies of #4C583C
Complementary color
Monochromatic Colors of #4C583C
Black with #4C583C
Text Example
Text Example
White with #4C583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C583C; }
p { color: rgb(76,88,60); }
H1.HeaderClassName
{
color: #4C583C;
}
.AnyTagClassName
{
color: #4C583C;
}
</style>
background-color css
<style>
a { background-color: #4C583C; }
a { background-color: rgb(76,88,60); }
div.DivClassName
{
background-color: #4C583C;
}
.BgClassName
{
background-color: #4C583C;
}
</style>
border-color css
<style>
span { border-color: #4C583C; }
span { border-color: rgb(76,88,60); }
td.TdClassName
{
border-color: #4C583C;
}
.TagClassName
{
border-color: #4C583C;
}
</style>