Shades of Chalet Green #53653E
Tints of Chalet Green #53653E
RGB
CMYK
RGB Variations
Color information
#53653E (or 0x53653E) is known color: Chalet Green. HEX triplet: 53, 65 and 3E. RGB value is (83,101,62). Sum of RGB (Red+Green+Blue) = 83+101+62=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #53653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53653E is #AC9AC1. Grayscale: #5B5B5B. Windows color (decimal): -11311810 or 4089171. OLE color: 4089171.
HSL color Cylindrical-coordinate representation of color #53653E: hue angle of 87.69º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53653E is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 62 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.60 |
| HSL | 87.69º | 0.24% | 0.32% | - |
| HSV(B) | 87.69º | 0.39% | 0.4% | - |
| XYZ | 9.09 | 11.49 | 6.3 | - |
| YUV | 91.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 62 | 0.18 | 0 | 0.39 | 0.60 | 87.69 | 0.24 | 0.32 |
| Hex | 53 | 65 | 3E | 12 | 0 | 27 | 3C | 58 | 18 | 20 |
| Octal | 123 | 145 | 76 | 22 | 0 | 47 | 74 | 130 | 30 | 40 |
| Binary | 1010011 | 1100101 | 111110 | 10010 | 0 | 100111 | 111100 | 1011000 | 11000 | 100000 |
Color Harmonies of #53653E
Complementary color
Monochromatic Colors of #53653E
Black with #53653E
Text Example
Text Example
White with #53653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53653E; }
p { color: rgb(83,101,62); }
H1.HeaderClassName
{
color: #53653E;
}
.AnyTagClassName
{
color: #53653E;
}
</style>
background-color css
<style>
a { background-color: #53653E; }
a { background-color: rgb(83,101,62); }
div.DivClassName
{
background-color: #53653E;
}
.BgClassName
{
background-color: #53653E;
}
</style>
border-color css
<style>
span { border-color: #53653E; }
span { border-color: rgb(83,101,62); }
td.TdClassName
{
border-color: #53653E;
}
.TagClassName
{
border-color: #53653E;
}
</style>