Shades of Lunar Green #535A3C
Tints of Lunar Green #535A3C
RGB
CMYK
RGB Variations
Color information
#535A3C (or 0x535A3C) is known color: Lunar Green. HEX triplet: 53, 5A and 3C. RGB value is (83,90,60). Sum of RGB (Red+Green+Blue) = 83+90+60=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #535A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A3C is #ACA5C3. Grayscale: #545454. Windows color (decimal): -11314628 or 3955283. OLE color: 3955283.
HSL color Cylindrical-coordinate representation of color #535A3C: hue angle of 74º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #535A3C is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 60 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.65 |
| HSL | 74º | 0.2% | 0.29% | - |
| HSV(B) | 74º | 0.33% | 0.35% | - |
| XYZ | 8.04 | 9.48 | 5.68 | - |
| YUV | 84.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 60 | 0.08 | 0 | 0.33 | 0.65 | 74 | 0.2 | 0.29 |
| Hex | 53 | 5A | 3C | 8 | 0 | 21 | 41 | 4A | 14 | 1D |
| Octal | 123 | 132 | 74 | 10 | 0 | 41 | 101 | 112 | 24 | 35 |
| Binary | 1010011 | 1011010 | 111100 | 1000 | 0 | 100001 | 1000001 | 1001010 | 10100 | 11101 |
Color Harmonies of #535A3C
Complementary color
Monochromatic Colors of #535A3C
Black with #535A3C
Text Example
Text Example
White with #535A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A3C; }
p { color: rgb(83,90,60); }
H1.HeaderClassName
{
color: #535A3C;
}
.AnyTagClassName
{
color: #535A3C;
}
</style>
background-color css
<style>
a { background-color: #535A3C; }
a { background-color: rgb(83,90,60); }
div.DivClassName
{
background-color: #535A3C;
}
.BgClassName
{
background-color: #535A3C;
}
</style>
border-color css
<style>
span { border-color: #535A3C; }
span { border-color: rgb(83,90,60); }
td.TdClassName
{
border-color: #535A3C;
}
.TagClassName
{
border-color: #535A3C;
}
</style>