Shades of Lunar Green #4B543E
Tints of Lunar Green #4B543E
RGB
CMYK
RGB Variations
Color information
#4B543E (or 0x4B543E) is known color: Lunar Green. HEX triplet: 4B, 54 and 3E. RGB value is (75,84,62). Sum of RGB (Red+Green+Blue) = 75+84+62=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #4B543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B543E is #B4ABC1. Grayscale: #4E4E4E. Windows color (decimal): -11840450 or 4084811. OLE color: 4084811.
HSL color Cylindrical-coordinate representation of color #4B543E: hue angle of 84.55º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B543E is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 62 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.67 |
| HSL | 84.55º | 0.15% | 0.29% | - |
| HSV(B) | 84.55º | 0.26% | 0.33% | - |
| XYZ | 6.94 | 8.18 | 5.77 | - |
| YUV | 78.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 62 | 0.11 | 0 | 0.26 | 0.67 | 84.55 | 0.15 | 0.29 |
| Hex | 4B | 54 | 3E | B | 0 | 1A | 43 | 55 | F | 1D |
| Octal | 113 | 124 | 76 | 13 | 0 | 32 | 103 | 125 | 17 | 35 |
| Binary | 1001011 | 1010100 | 111110 | 1011 | 0 | 11010 | 1000011 | 1010101 | 1111 | 11101 |
Color Harmonies of #4B543E
Complementary color
Monochromatic Colors of #4B543E
Black with #4B543E
Text Example
Text Example
White with #4B543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B543E; }
p { color: rgb(75,84,62); }
H1.HeaderClassName
{
color: #4B543E;
}
.AnyTagClassName
{
color: #4B543E;
}
</style>
background-color css
<style>
a { background-color: #4B543E; }
a { background-color: rgb(75,84,62); }
div.DivClassName
{
background-color: #4B543E;
}
.BgClassName
{
background-color: #4B543E;
}
</style>
border-color css
<style>
span { border-color: #4B543E; }
span { border-color: rgb(75,84,62); }
td.TdClassName
{
border-color: #4B543E;
}
.TagClassName
{
border-color: #4B543E;
}
</style>