Shades of Lunar Green #4C533D
Tints of Lunar Green #4C533D
RGB
CMYK
RGB Variations
Color information
#4C533D (or 0x4C533D) is known color: Lunar Green. HEX triplet: 4C, 53 and 3D. RGB value is (76,83,61). Sum of RGB (Red+Green+Blue) = 76+83+61=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #4C533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C533D is #B3ACC2. Grayscale: #4E4E4E. Windows color (decimal): -11775171 or 4019020. OLE color: 4019020.
HSL color Cylindrical-coordinate representation of color #4C533D: hue angle of 79.09º 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 #4C533D is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 61 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.67 |
| HSL | 79.09º | 0.15% | 0.28% | - |
| HSV(B) | 79.09º | 0.27% | 0.33% | - |
| XYZ | 6.92 | 8.06 | 5.61 | - |
| YUV | 78.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 61 | 0.08 | 0 | 0.27 | 0.67 | 79.09 | 0.15 | 0.28 |
| Hex | 4C | 53 | 3D | 8 | 0 | 1B | 43 | 4F | F | 1C |
| Octal | 114 | 123 | 75 | 10 | 0 | 33 | 103 | 117 | 17 | 34 |
| Binary | 1001100 | 1010011 | 111101 | 1000 | 0 | 11011 | 1000011 | 1001111 | 1111 | 11100 |
Color Harmonies of #4C533D
Complementary color
Monochromatic Colors of #4C533D
Black with #4C533D
Text Example
Text Example
White with #4C533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C533D; }
p { color: rgb(76,83,61); }
H1.HeaderClassName
{
color: #4C533D;
}
.AnyTagClassName
{
color: #4C533D;
}
</style>
background-color css
<style>
a { background-color: #4C533D; }
a { background-color: rgb(76,83,61); }
div.DivClassName
{
background-color: #4C533D;
}
.BgClassName
{
background-color: #4C533D;
}
</style>
border-color css
<style>
span { border-color: #4C533D; }
span { border-color: rgb(76,83,61); }
td.TdClassName
{
border-color: #4C533D;
}
.TagClassName
{
border-color: #4C533D;
}
</style>