Shades of Lunar Green #4E553B
Tints of Lunar Green #4E553B
RGB
CMYK
RGB Variations
Color information
#4E553B (or 0x4E553B) is known color: Lunar Green. HEX triplet: 4E, 55 and 3B. RGB value is (78,85,59). Sum of RGB (Red+Green+Blue) = 78+85+59=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #4E553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E553B is #B1AAC4. Grayscale: #505050. Windows color (decimal): -11643589 or 3888462. OLE color: 3888462.
HSL color Cylindrical-coordinate representation of color #4E553B: hue angle of 76.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E553B is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 59 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.67 |
| HSL | 76.15º | 0.18% | 0.28% | - |
| HSV(B) | 76.15º | 0.31% | 0.33% | - |
| XYZ | 7.18 | 8.43 | 5.39 | - |
| YUV | 79.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 59 | 0.08 | 0 | 0.31 | 0.67 | 76.15 | 0.18 | 0.28 |
| Hex | 4E | 55 | 3B | 8 | 0 | 1F | 43 | 4C | 12 | 1C |
| Octal | 116 | 125 | 73 | 10 | 0 | 37 | 103 | 114 | 22 | 34 |
| Binary | 1001110 | 1010101 | 111011 | 1000 | 0 | 11111 | 1000011 | 1001100 | 10010 | 11100 |
Color Harmonies of #4E553B
Complementary color
Monochromatic Colors of #4E553B
Black with #4E553B
Text Example
Text Example
White with #4E553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E553B; }
p { color: rgb(78,85,59); }
H1.HeaderClassName
{
color: #4E553B;
}
.AnyTagClassName
{
color: #4E553B;
}
</style>
background-color css
<style>
a { background-color: #4E553B; }
a { background-color: rgb(78,85,59); }
div.DivClassName
{
background-color: #4E553B;
}
.BgClassName
{
background-color: #4E553B;
}
</style>
border-color css
<style>
span { border-color: #4E553B; }
span { border-color: rgb(78,85,59); }
td.TdClassName
{
border-color: #4E553B;
}
.TagClassName
{
border-color: #4E553B;
}
</style>