Shades of Chalet Green #53753A
Tints of Chalet Green #53753A
RGB
CMYK
RGB Variations
Color information
#53753A (or 0x53753A) is known color: Chalet Green. HEX triplet: 53, 75 and 3A. RGB value is (83,117,58). Sum of RGB (Red+Green+Blue) = 83+117+58=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #53753A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53753A is #AC8AC5. Grayscale: #646464. Windows color (decimal): -11307718 or 3831123. OLE color: 3831123.
HSL color Cylindrical-coordinate representation of color #53753A: hue angle of 94.58º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53753A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 117 | 58 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.54 |
| HSL | 94.58º | 0.34% | 0.34% | - |
| HSV(B) | 94.58º | 0.5% | 0.46% | - |
| XYZ | 10.69 | 14.87 | 6.31 | - |
| YUV | 100.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 58 | 0.29 | 0 | 0.50 | 0.54 | 94.58 | 0.34 | 0.34 |
| Hex | 53 | 75 | 3A | 1D | 0 | 32 | 36 | 5F | 22 | 22 |
| Octal | 123 | 165 | 72 | 35 | 0 | 62 | 66 | 137 | 42 | 42 |
| Binary | 1010011 | 1110101 | 111010 | 11101 | 0 | 110010 | 110110 | 1011111 | 100010 | 100010 |
Color Harmonies of #53753A
Complementary color
Monochromatic Colors of #53753A
Black with #53753A
Text Example
Text Example
White with #53753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53753A; }
p { color: rgb(83,117,58); }
H1.HeaderClassName
{
color: #53753A;
}
.AnyTagClassName
{
color: #53753A;
}
</style>
background-color css
<style>
a { background-color: #53753A; }
a { background-color: rgb(83,117,58); }
div.DivClassName
{
background-color: #53753A;
}
.BgClassName
{
background-color: #53753A;
}
</style>
border-color css
<style>
span { border-color: #53753A; }
span { border-color: rgb(83,117,58); }
td.TdClassName
{
border-color: #53753A;
}
.TagClassName
{
border-color: #53753A;
}
</style>