Shades of Chalet Green #536C41
Tints of Chalet Green #536C41
RGB
CMYK
RGB Variations
Color information
#536C41 (or 0x536C41) is known color: Chalet Green. HEX triplet: 53, 6C and 41. RGB value is (83,108,65). Sum of RGB (Red+Green+Blue) = 83+108+65=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #536C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C41 is #AC93BE. Grayscale: #5F5F5F. Windows color (decimal): -11310015 or 4287571. OLE color: 4287571.
HSL color Cylindrical-coordinate representation of color #536C41: hue angle of 94.88º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #536C41 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 65 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.58 |
| HSL | 94.88º | 0.25% | 0.34% | - |
| HSV(B) | 94.88º | 0.4% | 0.42% | - |
| XYZ | 9.88 | 12.95 | 6.98 | - |
| YUV | 95.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 65 | 0.23 | 0 | 0.40 | 0.58 | 94.88 | 0.25 | 0.34 |
| Hex | 53 | 6C | 41 | 17 | 0 | 28 | 3A | 5F | 19 | 22 |
| Octal | 123 | 154 | 101 | 27 | 0 | 50 | 72 | 137 | 31 | 42 |
| Binary | 1010011 | 1101100 | 1000001 | 10111 | 0 | 101000 | 111010 | 1011111 | 11001 | 100010 |
Color Harmonies of #536C41
Complementary color
Monochromatic Colors of #536C41
Black with #536C41
Text Example
Text Example
White with #536C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C41; }
p { color: rgb(83,108,65); }
H1.HeaderClassName
{
color: #536C41;
}
.AnyTagClassName
{
color: #536C41;
}
</style>
background-color css
<style>
a { background-color: #536C41; }
a { background-color: rgb(83,108,65); }
div.DivClassName
{
background-color: #536C41;
}
.BgClassName
{
background-color: #536C41;
}
</style>
border-color css
<style>
span { border-color: #536C41; }
span { border-color: rgb(83,108,65); }
td.TdClassName
{
border-color: #536C41;
}
.TagClassName
{
border-color: #536C41;
}
</style>