Shades of Chalet Green #536740
Tints of Chalet Green #536740
RGB
CMYK
RGB Variations
Color information
#536740 (or 0x536740) is known color: Chalet Green. HEX triplet: 53, 67 and 40. RGB value is (83,103,64). Sum of RGB (Red+Green+Blue) = 83+103+64=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #536740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536740 is #AC98BF. Grayscale: #5C5C5C. Windows color (decimal): -11311296 or 4220755. OLE color: 4220755.
HSL color Cylindrical-coordinate representation of color #536740: hue angle of 90.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #536740 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 64 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.60 |
| HSL | 90.77º | 0.23% | 0.33% | - |
| HSV(B) | 90.77º | 0.38% | 0.4% | - |
| XYZ | 9.34 | 11.91 | 6.66 | - |
| YUV | 92.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 64 | 0.19 | 0 | 0.38 | 0.60 | 90.77 | 0.23 | 0.33 |
| Hex | 53 | 67 | 40 | 13 | 0 | 26 | 3C | 5B | 17 | 21 |
| Octal | 123 | 147 | 100 | 23 | 0 | 46 | 74 | 133 | 27 | 41 |
| Binary | 1010011 | 1100111 | 1000000 | 10011 | 0 | 100110 | 111100 | 1011011 | 10111 | 100001 |
Color Harmonies of #536740
Complementary color
Monochromatic Colors of #536740
Black with #536740
Text Example
Text Example
White with #536740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536740; }
p { color: rgb(83,103,64); }
H1.HeaderClassName
{
color: #536740;
}
.AnyTagClassName
{
color: #536740;
}
</style>
background-color css
<style>
a { background-color: #536740; }
a { background-color: rgb(83,103,64); }
div.DivClassName
{
background-color: #536740;
}
.BgClassName
{
background-color: #536740;
}
</style>
border-color css
<style>
span { border-color: #536740; }
span { border-color: rgb(83,103,64); }
td.TdClassName
{
border-color: #536740;
}
.TagClassName
{
border-color: #536740;
}
</style>