Shades of Chalet Green #55753F
Tints of Chalet Green #55753F
RGB
CMYK
RGB Variations
Color information
#55753F (or 0x55753F) is known color: Chalet Green. HEX triplet: 55, 75 and 3F. RGB value is (85,117,63). Sum of RGB (Red+Green+Blue) = 85+117+63=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #55753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55753F is #AA8AC0. Grayscale: #656565. Windows color (decimal): -11176641 or 4158805. OLE color: 4158805.
HSL color Cylindrical-coordinate representation of color #55753F: hue angle of 95.56º 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 #55753F is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 63 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.54 |
| HSL | 95.56º | 0.3% | 0.35% | - |
| HSV(B) | 95.56º | 0.46% | 0.46% | - |
| XYZ | 11 | 15.01 | 7.02 | - |
| YUV | 101.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 63 | 0.27 | 0 | 0.46 | 0.54 | 95.56 | 0.3 | 0.35 |
| Hex | 55 | 75 | 3F | 1B | 0 | 2E | 36 | 60 | 1E | 23 |
| Octal | 125 | 165 | 77 | 33 | 0 | 56 | 66 | 140 | 36 | 43 |
| Binary | 1010101 | 1110101 | 111111 | 11011 | 0 | 101110 | 110110 | 1100000 | 11110 | 100011 |
Color Harmonies of #55753F
Complementary color
Monochromatic Colors of #55753F
Black with #55753F
Text Example
Text Example
White with #55753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55753F; }
p { color: rgb(85,117,63); }
H1.HeaderClassName
{
color: #55753F;
}
.AnyTagClassName
{
color: #55753F;
}
</style>
background-color css
<style>
a { background-color: #55753F; }
a { background-color: rgb(85,117,63); }
div.DivClassName
{
background-color: #55753F;
}
.BgClassName
{
background-color: #55753F;
}
</style>
border-color css
<style>
span { border-color: #55753F; }
span { border-color: rgb(85,117,63); }
td.TdClassName
{
border-color: #55753F;
}
.TagClassName
{
border-color: #55753F;
}
</style>