Shades of Lunar Green #4A5238
Tints of Lunar Green #4A5238
RGB
CMYK
RGB Variations
Color information
#4A5238 (or 0x4A5238) is known color: Lunar Green. HEX triplet: 4A, 52 and 38. RGB value is (74,82,56). Sum of RGB (Red+Green+Blue) = 74+82+56=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #4A5238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5238 is #B5ADC7. Grayscale: #4C4C4C. Windows color (decimal): -11906504 or 3691082. OLE color: 3691082.
HSL color Cylindrical-coordinate representation of color #4A5238: hue angle of 78.46º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A5238 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 56 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.68 |
| HSL | 78.46º | 0.19% | 0.27% | - |
| HSV(B) | 78.46º | 0.32% | 0.32% | - |
| XYZ | 6.56 | 7.78 | 4.9 | - |
| YUV | 76.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 56 | 0.10 | 0 | 0.32 | 0.68 | 78.46 | 0.19 | 0.27 |
| Hex | 4A | 52 | 38 | A | 0 | 20 | 44 | 4E | 13 | 1B |
| Octal | 112 | 122 | 70 | 12 | 0 | 40 | 104 | 116 | 23 | 33 |
| Binary | 1001010 | 1010010 | 111000 | 1010 | 0 | 100000 | 1000100 | 1001110 | 10011 | 11011 |
Color Harmonies of #4A5238
Complementary color
Monochromatic Colors of #4A5238
Black with #4A5238
Text Example
Text Example
White with #4A5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5238; }
p { color: rgb(74,82,56); }
H1.HeaderClassName
{
color: #4A5238;
}
.AnyTagClassName
{
color: #4A5238;
}
</style>
background-color css
<style>
a { background-color: #4A5238; }
a { background-color: rgb(74,82,56); }
div.DivClassName
{
background-color: #4A5238;
}
.BgClassName
{
background-color: #4A5238;
}
</style>
border-color css
<style>
span { border-color: #4A5238; }
span { border-color: rgb(74,82,56); }
td.TdClassName
{
border-color: #4A5238;
}
.TagClassName
{
border-color: #4A5238;
}
</style>