Shades of Chalet Green #5D753F
Tints of Chalet Green #5D753F
RGB
CMYK
RGB Variations
Color information
#5D753F (or 0x5D753F) is known color: Chalet Green. HEX triplet: 5D, 75 and 3F. RGB value is (93,117,63). Sum of RGB (Red+Green+Blue) = 93+117+63=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #5D753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D753F is #A28AC0. Grayscale: #676767. Windows color (decimal): -10652353 or 4158813. OLE color: 4158813.
HSL color Cylindrical-coordinate representation of color #5D753F: hue angle of 86.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D753F is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 63 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.54 |
| HSL | 86.67º | 0.3% | 0.35% | - |
| HSV(B) | 86.67º | 0.46% | 0.46% | - |
| XYZ | 11.77 | 15.41 | 7.06 | - |
| YUV | 103.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 63 | 0.21 | 0 | 0.46 | 0.54 | 86.67 | 0.3 | 0.35 |
| Hex | 5D | 75 | 3F | 15 | 0 | 2E | 36 | 57 | 1E | 23 |
| Octal | 135 | 165 | 77 | 25 | 0 | 56 | 66 | 127 | 36 | 43 |
| Binary | 1011101 | 1110101 | 111111 | 10101 | 0 | 101110 | 110110 | 1010111 | 11110 | 100011 |
Color Harmonies of #5D753F
Complementary color
Monochromatic Colors of #5D753F
Black with #5D753F
Text Example
Text Example
White with #5D753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D753F; }
p { color: rgb(93,117,63); }
H1.HeaderClassName
{
color: #5D753F;
}
.AnyTagClassName
{
color: #5D753F;
}
</style>
background-color css
<style>
a { background-color: #5D753F; }
a { background-color: rgb(93,117,63); }
div.DivClassName
{
background-color: #5D753F;
}
.BgClassName
{
background-color: #5D753F;
}
</style>
border-color css
<style>
span { border-color: #5D753F; }
span { border-color: rgb(93,117,63); }
td.TdClassName
{
border-color: #5D753F;
}
.TagClassName
{
border-color: #5D753F;
}
</style>