Shades of Chalet Green #53683B
Tints of Chalet Green #53683B
RGB
CMYK
RGB Variations
Color information
#53683B (or 0x53683B) is known color: Chalet Green. HEX triplet: 53, 68 and 3B. RGB value is (83,104,59). Sum of RGB (Red+Green+Blue) = 83+104+59=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #53683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53683B is #AC97C4. Grayscale: #5C5C5C. Windows color (decimal): -11311045 or 3893331. OLE color: 3893331.
HSL color Cylindrical-coordinate representation of color #53683B: hue angle of 88º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53683B is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 59 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.59 |
| HSL | 88º | 0.28% | 0.32% | - |
| HSV(B) | 88º | 0.43% | 0.41% | - |
| XYZ | 9.31 | 12.06 | 5.97 | - |
| YUV | 92.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 59 | 0.20 | 0 | 0.43 | 0.59 | 88 | 0.28 | 0.32 |
| Hex | 53 | 68 | 3B | 14 | 0 | 2B | 3B | 58 | 1C | 20 |
| Octal | 123 | 150 | 73 | 24 | 0 | 53 | 73 | 130 | 34 | 40 |
| Binary | 1010011 | 1101000 | 111011 | 10100 | 0 | 101011 | 111011 | 1011000 | 11100 | 100000 |
Color Harmonies of #53683B
Complementary color
Monochromatic Colors of #53683B
Black with #53683B
Text Example
Text Example
White with #53683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53683B; }
p { color: rgb(83,104,59); }
H1.HeaderClassName
{
color: #53683B;
}
.AnyTagClassName
{
color: #53683B;
}
</style>
background-color css
<style>
a { background-color: #53683B; }
a { background-color: rgb(83,104,59); }
div.DivClassName
{
background-color: #53683B;
}
.BgClassName
{
background-color: #53683B;
}
</style>
border-color css
<style>
span { border-color: #53683B; }
span { border-color: rgb(83,104,59); }
td.TdClassName
{
border-color: #53683B;
}
.TagClassName
{
border-color: #53683B;
}
</style>