Shades of Lunar Green #4B543A
Tints of Lunar Green #4B543A
RGB
CMYK
RGB Variations
Color information
#4B543A (or 0x4B543A) is known color: Lunar Green. HEX triplet: 4B, 54 and 3A. RGB value is (75,84,58). Sum of RGB (Red+Green+Blue) = 75+84+58=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #4B543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B543A is #B4ABC5. Grayscale: #4E4E4E. Windows color (decimal): -11840454 or 3822667. OLE color: 3822667.
HSL color Cylindrical-coordinate representation of color #4B543A: hue angle of 80.77º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B543A is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 58 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.67 |
| HSL | 80.77º | 0.18% | 0.28% | - |
| HSV(B) | 80.77º | 0.31% | 0.33% | - |
| XYZ | 6.84 | 8.14 | 5.21 | - |
| YUV | 78.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 58 | 0.11 | 0 | 0.31 | 0.67 | 80.77 | 0.18 | 0.28 |
| Hex | 4B | 54 | 3A | B | 0 | 1F | 43 | 51 | 12 | 1C |
| Octal | 113 | 124 | 72 | 13 | 0 | 37 | 103 | 121 | 22 | 34 |
| Binary | 1001011 | 1010100 | 111010 | 1011 | 0 | 11111 | 1000011 | 1010001 | 10010 | 11100 |
Color Harmonies of #4B543A
Complementary color
Monochromatic Colors of #4B543A
Black with #4B543A
Text Example
Text Example
White with #4B543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B543A; }
p { color: rgb(75,84,58); }
H1.HeaderClassName
{
color: #4B543A;
}
.AnyTagClassName
{
color: #4B543A;
}
</style>
background-color css
<style>
a { background-color: #4B543A; }
a { background-color: rgb(75,84,58); }
div.DivClassName
{
background-color: #4B543A;
}
.BgClassName
{
background-color: #4B543A;
}
</style>
border-color css
<style>
span { border-color: #4B543A; }
span { border-color: rgb(75,84,58); }
td.TdClassName
{
border-color: #4B543A;
}
.TagClassName
{
border-color: #4B543A;
}
</style>