Shades of Chalet Green #55743F
Tints of Chalet Green #55743F
RGB
CMYK
RGB Variations
Color information
#55743F (or 0x55743F) is known color: Chalet Green. HEX triplet: 55, 74 and 3F. RGB value is (85,116,63). Sum of RGB (Red+Green+Blue) = 85+116+63=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #55743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55743F is #AA8BC0. Grayscale: #646464. Windows color (decimal): -11176897 or 4158549. OLE color: 4158549.
HSL color Cylindrical-coordinate representation of color #55743F: hue angle of 95.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55743F is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 116 | 63 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.55 |
| HSL | 95.09º | 0.3% | 0.35% | - |
| HSV(B) | 95.09º | 0.46% | 0.45% | - |
| XYZ | 10.89 | 14.78 | 6.98 | - |
| YUV | 100.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 63 | 0.27 | 0 | 0.46 | 0.55 | 95.09 | 0.3 | 0.35 |
| Hex | 55 | 74 | 3F | 1B | 0 | 2E | 37 | 5F | 1E | 23 |
| Octal | 125 | 164 | 77 | 33 | 0 | 56 | 67 | 137 | 36 | 43 |
| Binary | 1010101 | 1110100 | 111111 | 11011 | 0 | 101110 | 110111 | 1011111 | 11110 | 100011 |
Color Harmonies of #55743F
Complementary color
Monochromatic Colors of #55743F
Black with #55743F
Text Example
Text Example
White with #55743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55743F; }
p { color: rgb(85,116,63); }
H1.HeaderClassName
{
color: #55743F;
}
.AnyTagClassName
{
color: #55743F;
}
</style>
background-color css
<style>
a { background-color: #55743F; }
a { background-color: rgb(85,116,63); }
div.DivClassName
{
background-color: #55743F;
}
.BgClassName
{
background-color: #55743F;
}
</style>
border-color css
<style>
span { border-color: #55743F; }
span { border-color: rgb(85,116,63); }
td.TdClassName
{
border-color: #55743F;
}
.TagClassName
{
border-color: #55743F;
}
</style>