Shades of Chalet Green #536342
Tints of Chalet Green #536342
RGB
CMYK
RGB Variations
Color information
#536342 (or 0x536342) is known color: Chalet Green. HEX triplet: 53, 63 and 42. RGB value is (83,99,66). Sum of RGB (Red+Green+Blue) = 83+99+66=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #536342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536342 is #AC9CBD. Grayscale: #5A5A5A. Windows color (decimal): -11312318 or 4350803. OLE color: 4350803.
HSL color Cylindrical-coordinate representation of color #536342: hue angle of 89.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536342 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 99 | 66 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.61 |
| HSL | 89.09º | 0.2% | 0.32% | - |
| HSV(B) | 89.09º | 0.33% | 0.39% | - |
| XYZ | 9.01 | 11.16 | 6.83 | - |
| YUV | 90.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 66 | 0.16 | 0 | 0.33 | 0.61 | 89.09 | 0.2 | 0.32 |
| Hex | 53 | 63 | 42 | 10 | 0 | 21 | 3D | 59 | 14 | 20 |
| Octal | 123 | 143 | 102 | 20 | 0 | 41 | 75 | 131 | 24 | 40 |
| Binary | 1010011 | 1100011 | 1000010 | 10000 | 0 | 100001 | 111101 | 1011001 | 10100 | 100000 |
Color Harmonies of #536342
Complementary color
Monochromatic Colors of #536342
Black with #536342
Text Example
Text Example
White with #536342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536342; }
p { color: rgb(83,99,66); }
H1.HeaderClassName
{
color: #536342;
}
.AnyTagClassName
{
color: #536342;
}
</style>
background-color css
<style>
a { background-color: #536342; }
a { background-color: rgb(83,99,66); }
div.DivClassName
{
background-color: #536342;
}
.BgClassName
{
background-color: #536342;
}
</style>
border-color css
<style>
span { border-color: #536342; }
span { border-color: rgb(83,99,66); }
td.TdClassName
{
border-color: #536342;
}
.TagClassName
{
border-color: #536342;
}
</style>