Shades of Chalet Green #53693E
Tints of Chalet Green #53693E
RGB
CMYK
RGB Variations
Color information
#53693E (or 0x53693E) is known color: Chalet Green. HEX triplet: 53, 69 and 3E. RGB value is (83,105,62). Sum of RGB (Red+Green+Blue) = 83+105+62=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #53693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53693E is #AC96C1. Grayscale: #5D5D5D. Windows color (decimal): -11310786 or 4090195. OLE color: 4090195.
HSL color Cylindrical-coordinate representation of color #53693E: hue angle of 90.7º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53693E is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 62 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.59 |
| HSL | 90.7º | 0.26% | 0.33% | - |
| HSV(B) | 90.7º | 0.41% | 0.41% | - |
| XYZ | 9.49 | 12.29 | 6.43 | - |
| YUV | 93.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 62 | 0.21 | 0 | 0.41 | 0.59 | 90.7 | 0.26 | 0.33 |
| Hex | 53 | 69 | 3E | 15 | 0 | 29 | 3B | 5B | 1A | 21 |
| Octal | 123 | 151 | 76 | 25 | 0 | 51 | 73 | 133 | 32 | 41 |
| Binary | 1010011 | 1101001 | 111110 | 10101 | 0 | 101001 | 111011 | 1011011 | 11010 | 100001 |
Color Harmonies of #53693E
Complementary color
Monochromatic Colors of #53693E
Black with #53693E
Text Example
Text Example
White with #53693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53693E; }
p { color: rgb(83,105,62); }
H1.HeaderClassName
{
color: #53693E;
}
.AnyTagClassName
{
color: #53693E;
}
</style>
background-color css
<style>
a { background-color: #53693E; }
a { background-color: rgb(83,105,62); }
div.DivClassName
{
background-color: #53693E;
}
.BgClassName
{
background-color: #53693E;
}
</style>
border-color css
<style>
span { border-color: #53693E; }
span { border-color: rgb(83,105,62); }
td.TdClassName
{
border-color: #53693E;
}
.TagClassName
{
border-color: #53693E;
}
</style>