Shades of Chalet Green #53653B
Tints of Chalet Green #53653B
RGB
CMYK
RGB Variations
Color information
#53653B (or 0x53653B) is known color: Chalet Green. HEX triplet: 53, 65 and 3B. RGB value is (83,101,59). Sum of RGB (Red+Green+Blue) = 83+101+59=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #53653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53653B is #AC9AC4. Grayscale: #5A5A5A. Windows color (decimal): -11311813 or 3892563. OLE color: 3892563.
HSL color Cylindrical-coordinate representation of color #53653B: hue angle of 85.71º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53653B is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 59 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.60 |
| HSL | 85.71º | 0.26% | 0.31% | - |
| HSV(B) | 85.71º | 0.42% | 0.4% | - |
| XYZ | 9.01 | 11.46 | 5.88 | - |
| YUV | 90.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 59 | 0.18 | 0 | 0.42 | 0.60 | 85.71 | 0.26 | 0.31 |
| Hex | 53 | 65 | 3B | 12 | 0 | 2A | 3C | 56 | 1A | 1F |
| Octal | 123 | 145 | 73 | 22 | 0 | 52 | 74 | 126 | 32 | 37 |
| Binary | 1010011 | 1100101 | 111011 | 10010 | 0 | 101010 | 111100 | 1010110 | 11010 | 11111 |
Color Harmonies of #53653B
Complementary color
Monochromatic Colors of #53653B
Black with #53653B
Text Example
Text Example
White with #53653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53653B; }
p { color: rgb(83,101,59); }
H1.HeaderClassName
{
color: #53653B;
}
.AnyTagClassName
{
color: #53653B;
}
</style>
background-color css
<style>
a { background-color: #53653B; }
a { background-color: rgb(83,101,59); }
div.DivClassName
{
background-color: #53653B;
}
.BgClassName
{
background-color: #53653B;
}
</style>
border-color css
<style>
span { border-color: #53653B; }
span { border-color: rgb(83,101,59); }
td.TdClassName
{
border-color: #53653B;
}
.TagClassName
{
border-color: #53653B;
}
</style>