Shades of Lunar Green #4E553A
Tints of Lunar Green #4E553A
RGB
CMYK
RGB Variations
Color information
#4E553A (or 0x4E553A) is known color: Lunar Green. HEX triplet: 4E, 55 and 3A. RGB value is (78,85,58). Sum of RGB (Red+Green+Blue) = 78+85+58=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #4E553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E553A is #B1AAC5. Grayscale: #4F4F4F. Windows color (decimal): -11643590 or 3822926. OLE color: 3822926.
HSL color Cylindrical-coordinate representation of color #4E553A: hue angle of 75.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E553A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 58 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.67 |
| HSL | 75.56º | 0.19% | 0.28% | - |
| HSV(B) | 75.56º | 0.32% | 0.33% | - |
| XYZ | 7.15 | 8.42 | 5.25 | - |
| YUV | 79.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 58 | 0.08 | 0 | 0.32 | 0.67 | 75.56 | 0.19 | 0.28 |
| Hex | 4E | 55 | 3A | 8 | 0 | 20 | 43 | 4C | 13 | 1C |
| Octal | 116 | 125 | 72 | 10 | 0 | 40 | 103 | 114 | 23 | 34 |
| Binary | 1001110 | 1010101 | 111010 | 1000 | 0 | 100000 | 1000011 | 1001100 | 10011 | 11100 |
Color Harmonies of #4E553A
Complementary color
Monochromatic Colors of #4E553A
Black with #4E553A
Text Example
Text Example
White with #4E553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E553A; }
p { color: rgb(78,85,58); }
H1.HeaderClassName
{
color: #4E553A;
}
.AnyTagClassName
{
color: #4E553A;
}
</style>
background-color css
<style>
a { background-color: #4E553A; }
a { background-color: rgb(78,85,58); }
div.DivClassName
{
background-color: #4E553A;
}
.BgClassName
{
background-color: #4E553A;
}
</style>
border-color css
<style>
span { border-color: #4E553A; }
span { border-color: rgb(78,85,58); }
td.TdClassName
{
border-color: #4E553A;
}
.TagClassName
{
border-color: #4E553A;
}
</style>