Shades of Chalet Green #53643C
Tints of Chalet Green #53643C
RGB
CMYK
RGB Variations
Color information
#53643C (or 0x53643C) is known color: Chalet Green. HEX triplet: 53, 64 and 3C. RGB value is (83,100,60). Sum of RGB (Red+Green+Blue) = 83+100+60=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #53643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53643C is #AC9BC3. Grayscale: #5A5A5A. Windows color (decimal): -11312068 or 3957843. OLE color: 3957843.
HSL color Cylindrical-coordinate representation of color #53643C: hue angle of 85.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53643C is Cyan = 0.17, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 100 | 60 | - |
| CMYK | 0.17 | 0 | 0.4 | 0.61 |
| HSL | 85.5º | 0.25% | 0.31% | - |
| HSV(B) | 85.5º | 0.4% | 0.39% | - |
| XYZ | 8.94 | 11.28 | 5.98 | - |
| YUV | 90.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 60 | 0.17 | 0 | 0.4 | 0.61 | 85.5 | 0.25 | 0.31 |
| Hex | 53 | 64 | 3C | 11 | 0 | 28 | 3D | 56 | 19 | 1F |
| Octal | 123 | 144 | 74 | 21 | 0 | 50 | 75 | 126 | 31 | 37 |
| Binary | 1010011 | 1100100 | 111100 | 10001 | 0 | 101000 | 111101 | 1010110 | 11001 | 11111 |
Color Harmonies of #53643C
Complementary color
Monochromatic Colors of #53643C
Black with #53643C
Text Example
Text Example
White with #53643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53643C; }
p { color: rgb(83,100,60); }
H1.HeaderClassName
{
color: #53643C;
}
.AnyTagClassName
{
color: #53643C;
}
</style>
background-color css
<style>
a { background-color: #53643C; }
a { background-color: rgb(83,100,60); }
div.DivClassName
{
background-color: #53643C;
}
.BgClassName
{
background-color: #53643C;
}
</style>
border-color css
<style>
span { border-color: #53643C; }
span { border-color: rgb(83,100,60); }
td.TdClassName
{
border-color: #53643C;
}
.TagClassName
{
border-color: #53643C;
}
</style>