Shades of Lunar Green #484C41
Tints of Lunar Green #484C41
RGB
CMYK
RGB Variations
Color information
#484C41 (or 0x484C41) is known color: Lunar Green. HEX triplet: 48, 4C and 41. RGB value is (72,76,65). Sum of RGB (Red+Green+Blue) = 72+76+65=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 76 - color contains mainly: green. Hex color #484C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C41 is #B7B3BE. Grayscale: #494949. Windows color (decimal): -12039103 or 4279368. OLE color: 4279368.
HSL color Cylindrical-coordinate representation of color #484C41: hue angle of 81.82º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484C41 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 76 | 65 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.70 |
| HSL | 81.82º | 0.08% | 0.28% | - |
| HSV(B) | 81.82º | 0.14% | 0.3% | - |
| XYZ | 6.21 | 6.93 | 6.01 | - |
| YUV | 73.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 65 | 0.05 | 0 | 0.14 | 0.70 | 81.82 | 0.08 | 0.28 |
| Hex | 48 | 4C | 41 | 5 | 0 | E | 46 | 52 | 8 | 1C |
| Octal | 110 | 114 | 101 | 5 | 0 | 16 | 106 | 122 | 10 | 34 |
| Binary | 1001000 | 1001100 | 1000001 | 101 | 0 | 1110 | 1000110 | 1010010 | 1000 | 11100 |
Color Harmonies of #484C41
Complementary color
Monochromatic Colors of #484C41
Black with #484C41
Text Example
Text Example
White with #484C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C41; }
p { color: rgb(72,76,65); }
H1.HeaderClassName
{
color: #484C41;
}
.AnyTagClassName
{
color: #484C41;
}
</style>
background-color css
<style>
a { background-color: #484C41; }
a { background-color: rgb(72,76,65); }
div.DivClassName
{
background-color: #484C41;
}
.BgClassName
{
background-color: #484C41;
}
</style>
border-color css
<style>
span { border-color: #484C41; }
span { border-color: rgb(72,76,65); }
td.TdClassName
{
border-color: #484C41;
}
.TagClassName
{
border-color: #484C41;
}
</style>