Shades of Lunar Green #4A5339
Tints of Lunar Green #4A5339
RGB
CMYK
RGB Variations
Color information
#4A5339 (or 0x4A5339) is known color: Lunar Green. HEX triplet: 4A, 53 and 39. RGB value is (74,83,57). Sum of RGB (Red+Green+Blue) = 74+83+57=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5339 is #B5ACC6. Grayscale: #4D4D4D. Windows color (decimal): -11906247 or 3756874. OLE color: 3756874.
HSL color Cylindrical-coordinate representation of color #4A5339: hue angle of 80.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A5339 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 83 | 57 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.67 |
| HSL | 80.77º | 0.19% | 0.27% | - |
| HSV(B) | 80.77º | 0.31% | 0.33% | - |
| XYZ | 6.66 | 7.94 | 5.05 | - |
| YUV | 77.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 57 | 0.11 | 0 | 0.31 | 0.67 | 80.77 | 0.19 | 0.27 |
| Hex | 4A | 53 | 39 | B | 0 | 1F | 43 | 51 | 13 | 1B |
| Octal | 112 | 123 | 71 | 13 | 0 | 37 | 103 | 121 | 23 | 33 |
| Binary | 1001010 | 1010011 | 111001 | 1011 | 0 | 11111 | 1000011 | 1010001 | 10011 | 11011 |
Color Harmonies of #4A5339
Complementary color
Monochromatic Colors of #4A5339
Black with #4A5339
Text Example
Text Example
White with #4A5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5339; }
p { color: rgb(74,83,57); }
H1.HeaderClassName
{
color: #4A5339;
}
.AnyTagClassName
{
color: #4A5339;
}
</style>
background-color css
<style>
a { background-color: #4A5339; }
a { background-color: rgb(74,83,57); }
div.DivClassName
{
background-color: #4A5339;
}
.BgClassName
{
background-color: #4A5339;
}
</style>
border-color css
<style>
span { border-color: #4A5339; }
span { border-color: rgb(74,83,57); }
td.TdClassName
{
border-color: #4A5339;
}
.TagClassName
{
border-color: #4A5339;
}
</style>