Shades of Chalet Green #536D41
Tints of Chalet Green #536D41
RGB
CMYK
RGB Variations
Color information
#536D41 (or 0x536D41) is known color: Chalet Green. HEX triplet: 53, 6D and 41. RGB value is (83,109,65). Sum of RGB (Red+Green+Blue) = 83+109+65=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #536D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536D41 is #AC92BE. Grayscale: #606060. Windows color (decimal): -11309759 or 4287827. OLE color: 4287827.
HSL color Cylindrical-coordinate representation of color #536D41: hue angle of 95.45º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #536D41 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 109 | 65 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.57 |
| HSL | 95.45º | 0.25% | 0.34% | - |
| HSV(B) | 95.45º | 0.4% | 0.43% | - |
| XYZ | 9.99 | 13.16 | 7.01 | - |
| YUV | 96.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 65 | 0.24 | 0 | 0.40 | 0.57 | 95.45 | 0.25 | 0.34 |
| Hex | 53 | 6D | 41 | 18 | 0 | 28 | 39 | 5F | 19 | 22 |
| Octal | 123 | 155 | 101 | 30 | 0 | 50 | 71 | 137 | 31 | 42 |
| Binary | 1010011 | 1101101 | 1000001 | 11000 | 0 | 101000 | 111001 | 1011111 | 11001 | 100010 |
Color Harmonies of #536D41
Complementary color
Monochromatic Colors of #536D41
Black with #536D41
Text Example
Text Example
White with #536D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D41; }
p { color: rgb(83,109,65); }
H1.HeaderClassName
{
color: #536D41;
}
.AnyTagClassName
{
color: #536D41;
}
</style>
background-color css
<style>
a { background-color: #536D41; }
a { background-color: rgb(83,109,65); }
div.DivClassName
{
background-color: #536D41;
}
.BgClassName
{
background-color: #536D41;
}
</style>
border-color css
<style>
span { border-color: #536D41; }
span { border-color: rgb(83,109,65); }
td.TdClassName
{
border-color: #536D41;
}
.TagClassName
{
border-color: #536D41;
}
</style>