Shades of Lunar Green #4C533C
Tints of Lunar Green #4C533C
RGB
CMYK
RGB Variations
Color information
#4C533C (or 0x4C533C) is known color: Lunar Green. HEX triplet: 4C, 53 and 3C. RGB value is (76,83,60). Sum of RGB (Red+Green+Blue) = 76+83+60=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #4C533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C533C is #B3ACC3. Grayscale: #4E4E4E. Windows color (decimal): -11775172 or 3953484. OLE color: 3953484.
HSL color Cylindrical-coordinate representation of color #4C533C: hue angle of 78.26º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C533C is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 60 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.67 |
| HSL | 78.26º | 0.16% | 0.28% | - |
| HSV(B) | 78.26º | 0.28% | 0.33% | - |
| XYZ | 6.89 | 8.05 | 5.47 | - |
| YUV | 78.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 60 | 0.08 | 0 | 0.28 | 0.67 | 78.26 | 0.16 | 0.28 |
| Hex | 4C | 53 | 3C | 8 | 0 | 1C | 43 | 4E | 10 | 1C |
| Octal | 114 | 123 | 74 | 10 | 0 | 34 | 103 | 116 | 20 | 34 |
| Binary | 1001100 | 1010011 | 111100 | 1000 | 0 | 11100 | 1000011 | 1001110 | 10000 | 11100 |
Color Harmonies of #4C533C
Complementary color
Monochromatic Colors of #4C533C
Black with #4C533C
Text Example
Text Example
White with #4C533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C533C; }
p { color: rgb(76,83,60); }
H1.HeaderClassName
{
color: #4C533C;
}
.AnyTagClassName
{
color: #4C533C;
}
</style>
background-color css
<style>
a { background-color: #4C533C; }
a { background-color: rgb(76,83,60); }
div.DivClassName
{
background-color: #4C533C;
}
.BgClassName
{
background-color: #4C533C;
}
</style>
border-color css
<style>
span { border-color: #4C533C; }
span { border-color: rgb(76,83,60); }
td.TdClassName
{
border-color: #4C533C;
}
.TagClassName
{
border-color: #4C533C;
}
</style>