Shades of Chalet Green #53683D
Tints of Chalet Green #53683D
RGB
CMYK
RGB Variations
Color information
#53683D (or 0x53683D) is known color: Chalet Green. HEX triplet: 53, 68 and 3D. RGB value is (83,104,61). Sum of RGB (Red+Green+Blue) = 83+104+61=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #53683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53683D is #AC97C2. Grayscale: #5C5C5C. Windows color (decimal): -11311043 or 4024403. OLE color: 4024403.
HSL color Cylindrical-coordinate representation of color #53683D: hue angle of 89.3º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53683D is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 61 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.59 |
| HSL | 89.3º | 0.26% | 0.32% | - |
| HSV(B) | 89.3º | 0.41% | 0.41% | - |
| XYZ | 9.36 | 12.08 | 6.25 | - |
| YUV | 92.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 61 | 0.20 | 0 | 0.41 | 0.59 | 89.3 | 0.26 | 0.32 |
| Hex | 53 | 68 | 3D | 14 | 0 | 29 | 3B | 59 | 1A | 20 |
| Octal | 123 | 150 | 75 | 24 | 0 | 51 | 73 | 131 | 32 | 40 |
| Binary | 1010011 | 1101000 | 111101 | 10100 | 0 | 101001 | 111011 | 1011001 | 11010 | 100000 |
Color Harmonies of #53683D
Complementary color
Monochromatic Colors of #53683D
Black with #53683D
Text Example
Text Example
White with #53683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53683D; }
p { color: rgb(83,104,61); }
H1.HeaderClassName
{
color: #53683D;
}
.AnyTagClassName
{
color: #53683D;
}
</style>
background-color css
<style>
a { background-color: #53683D; }
a { background-color: rgb(83,104,61); }
div.DivClassName
{
background-color: #53683D;
}
.BgClassName
{
background-color: #53683D;
}
</style>
border-color css
<style>
span { border-color: #53683D; }
span { border-color: rgb(83,104,61); }
td.TdClassName
{
border-color: #53683D;
}
.TagClassName
{
border-color: #53683D;
}
</style>