Shades of Lunar Green #4B533D
Tints of Lunar Green #4B533D
RGB
CMYK
RGB Variations
Color information
#4B533D (or 0x4B533D) is known color: Lunar Green. HEX triplet: 4B, 53 and 3D. RGB value is (75,83,61). Sum of RGB (Red+Green+Blue) = 75+83+61=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #4B533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B533D is #B4ACC2. Grayscale: #4E4E4E. Windows color (decimal): -11840707 or 4019019. OLE color: 4019019.
HSL color Cylindrical-coordinate representation of color #4B533D: hue angle of 81.82º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B533D is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 61 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.67 |
| HSL | 81.82º | 0.15% | 0.28% | - |
| HSV(B) | 81.82º | 0.27% | 0.33% | - |
| XYZ | 6.84 | 8.02 | 5.6 | - |
| YUV | 78.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 61 | 0.10 | 0 | 0.27 | 0.67 | 81.82 | 0.15 | 0.28 |
| Hex | 4B | 53 | 3D | A | 0 | 1B | 43 | 52 | F | 1C |
| Octal | 113 | 123 | 75 | 12 | 0 | 33 | 103 | 122 | 17 | 34 |
| Binary | 1001011 | 1010011 | 111101 | 1010 | 0 | 11011 | 1000011 | 1010010 | 1111 | 11100 |
Color Harmonies of #4B533D
Complementary color
Monochromatic Colors of #4B533D
Black with #4B533D
Text Example
Text Example
White with #4B533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B533D; }
p { color: rgb(75,83,61); }
H1.HeaderClassName
{
color: #4B533D;
}
.AnyTagClassName
{
color: #4B533D;
}
</style>
background-color css
<style>
a { background-color: #4B533D; }
a { background-color: rgb(75,83,61); }
div.DivClassName
{
background-color: #4B533D;
}
.BgClassName
{
background-color: #4B533D;
}
</style>
border-color css
<style>
span { border-color: #4B533D; }
span { border-color: rgb(75,83,61); }
td.TdClassName
{
border-color: #4B533D;
}
.TagClassName
{
border-color: #4B533D;
}
</style>