Shades of Lunar Green #495038
Tints of Lunar Green #495038
RGB
CMYK
RGB Variations
Color information
#495038 (or 0x495038) is known color: Lunar Green. HEX triplet: 49, 50 and 38. RGB value is (73,80,56). Sum of RGB (Red+Green+Blue) = 73+80+56=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #495038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495038 is #B6AFC7. Grayscale: #4B4B4B. Windows color (decimal): -11972552 or 3690569. OLE color: 3690569.
HSL color Cylindrical-coordinate representation of color #495038: hue angle of 77.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495038 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 56 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.69 |
| HSL | 77.5º | 0.18% | 0.27% | - |
| HSV(B) | 77.5º | 0.3% | 0.31% | - |
| XYZ | 6.33 | 7.44 | 4.84 | - |
| YUV | 75.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 56 | 0.09 | 0 | 0.30 | 0.69 | 77.5 | 0.18 | 0.27 |
| Hex | 49 | 50 | 38 | 9 | 0 | 1E | 45 | 4E | 12 | 1B |
| Octal | 111 | 120 | 70 | 11 | 0 | 36 | 105 | 116 | 22 | 33 |
| Binary | 1001001 | 1010000 | 111000 | 1001 | 0 | 11110 | 1000101 | 1001110 | 10010 | 11011 |
Color Harmonies of #495038
Complementary color
Monochromatic Colors of #495038
Black with #495038
Text Example
Text Example
White with #495038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495038; }
p { color: rgb(73,80,56); }
H1.HeaderClassName
{
color: #495038;
}
.AnyTagClassName
{
color: #495038;
}
</style>
background-color css
<style>
a { background-color: #495038; }
a { background-color: rgb(73,80,56); }
div.DivClassName
{
background-color: #495038;
}
.BgClassName
{
background-color: #495038;
}
</style>
border-color css
<style>
span { border-color: #495038; }
span { border-color: rgb(73,80,56); }
td.TdClassName
{
border-color: #495038;
}
.TagClassName
{
border-color: #495038;
}
</style>