Shades of Chalet Green #53653F
Tints of Chalet Green #53653F
RGB
CMYK
RGB Variations
Color information
#53653F (or 0x53653F) is known color: Chalet Green. HEX triplet: 53, 65 and 3F. RGB value is (83,101,63). Sum of RGB (Red+Green+Blue) = 83+101+63=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #53653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53653F is #AC9AC0. Grayscale: #5B5B5B. Windows color (decimal): -11311809 or 4154707. OLE color: 4154707.
HSL color Cylindrical-coordinate representation of color #53653F: hue angle of 88.42º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53653F is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 63 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.60 |
| HSL | 88.42º | 0.23% | 0.32% | - |
| HSV(B) | 88.42º | 0.38% | 0.4% | - |
| XYZ | 9.12 | 11.51 | 6.44 | - |
| YUV | 91.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 63 | 0.18 | 0 | 0.38 | 0.60 | 88.42 | 0.23 | 0.32 |
| Hex | 53 | 65 | 3F | 12 | 0 | 26 | 3C | 58 | 17 | 20 |
| Octal | 123 | 145 | 77 | 22 | 0 | 46 | 74 | 130 | 27 | 40 |
| Binary | 1010011 | 1100101 | 111111 | 10010 | 0 | 100110 | 111100 | 1011000 | 10111 | 100000 |
Color Harmonies of #53653F
Complementary color
Monochromatic Colors of #53653F
Black with #53653F
Text Example
Text Example
White with #53653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53653F; }
p { color: rgb(83,101,63); }
H1.HeaderClassName
{
color: #53653F;
}
.AnyTagClassName
{
color: #53653F;
}
</style>
background-color css
<style>
a { background-color: #53653F; }
a { background-color: rgb(83,101,63); }
div.DivClassName
{
background-color: #53653F;
}
.BgClassName
{
background-color: #53653F;
}
</style>
border-color css
<style>
span { border-color: #53653F; }
span { border-color: rgb(83,101,63); }
td.TdClassName
{
border-color: #53653F;
}
.TagClassName
{
border-color: #53653F;
}
</style>