Shades of Chalet Green #53683F
Tints of Chalet Green #53683F
RGB
CMYK
RGB Variations
Color information
#53683F (or 0x53683F) is known color: Chalet Green. HEX triplet: 53, 68 and 3F. RGB value is (83,104,63). Sum of RGB (Red+Green+Blue) = 83+104+63=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #53683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53683F is #AC97C0. Grayscale: #5D5D5D. Windows color (decimal): -11311041 or 4155475. OLE color: 4155475.
HSL color Cylindrical-coordinate representation of color #53683F: hue angle of 90.73º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53683F is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 63 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.59 |
| HSL | 90.73º | 0.25% | 0.33% | - |
| HSV(B) | 90.73º | 0.39% | 0.41% | - |
| XYZ | 9.41 | 12.1 | 6.54 | - |
| YUV | 93.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 63 | 0.20 | 0 | 0.39 | 0.59 | 90.73 | 0.25 | 0.33 |
| Hex | 53 | 68 | 3F | 14 | 0 | 27 | 3B | 5B | 19 | 21 |
| Octal | 123 | 150 | 77 | 24 | 0 | 47 | 73 | 133 | 31 | 41 |
| Binary | 1010011 | 1101000 | 111111 | 10100 | 0 | 100111 | 111011 | 1011011 | 11001 | 100001 |
Color Harmonies of #53683F
Complementary color
Monochromatic Colors of #53683F
Black with #53683F
Text Example
Text Example
White with #53683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53683F; }
p { color: rgb(83,104,63); }
H1.HeaderClassName
{
color: #53683F;
}
.AnyTagClassName
{
color: #53683F;
}
</style>
background-color css
<style>
a { background-color: #53683F; }
a { background-color: rgb(83,104,63); }
div.DivClassName
{
background-color: #53683F;
}
.BgClassName
{
background-color: #53683F;
}
</style>
border-color css
<style>
span { border-color: #53683F; }
span { border-color: rgb(83,104,63); }
td.TdClassName
{
border-color: #53683F;
}
.TagClassName
{
border-color: #53683F;
}
</style>