Shades of Lunar Green #4C5440
Tints of Lunar Green #4C5440
RGB
CMYK
RGB Variations
Color information
#4C5440 (or 0x4C5440) is known color: Lunar Green. HEX triplet: 4C, 54 and 40. RGB value is (76,84,64). Sum of RGB (Red+Green+Blue) = 76+84+64=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5440 is #B3ABBF. Grayscale: #4F4F4F. Windows color (decimal): -11774912 or 4215884. OLE color: 4215884.
HSL color Cylindrical-coordinate representation of color #4C5440: hue angle of 84º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C5440 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 84 | 64 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.67 |
| HSL | 84º | 0.14% | 0.29% | - |
| HSV(B) | 84º | 0.24% | 0.33% | - |
| XYZ | 7.08 | 8.25 | 6.07 | - |
| YUV | 79.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 64 | 0.10 | 0 | 0.24 | 0.67 | 84 | 0.14 | 0.29 |
| Hex | 4C | 54 | 40 | A | 0 | 18 | 43 | 54 | E | 1D |
| Octal | 114 | 124 | 100 | 12 | 0 | 30 | 103 | 124 | 16 | 35 |
| Binary | 1001100 | 1010100 | 1000000 | 1010 | 0 | 11000 | 1000011 | 1010100 | 1110 | 11101 |
Color Harmonies of #4C5440
Complementary color
Monochromatic Colors of #4C5440
Black with #4C5440
Text Example
Text Example
White with #4C5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5440; }
p { color: rgb(76,84,64); }
H1.HeaderClassName
{
color: #4C5440;
}
.AnyTagClassName
{
color: #4C5440;
}
</style>
background-color css
<style>
a { background-color: #4C5440; }
a { background-color: rgb(76,84,64); }
div.DivClassName
{
background-color: #4C5440;
}
.BgClassName
{
background-color: #4C5440;
}
</style>
border-color css
<style>
span { border-color: #4C5440; }
span { border-color: rgb(76,84,64); }
td.TdClassName
{
border-color: #4C5440;
}
.TagClassName
{
border-color: #4C5440;
}
</style>