Shades of Chalet Green #55703E
Tints of Chalet Green #55703E
RGB
CMYK
RGB Variations
Color information
#55703E (or 0x55703E) is known color: Chalet Green. HEX triplet: 55, 70 and 3E. RGB value is (85,112,62). Sum of RGB (Red+Green+Blue) = 85+112+62=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #55703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55703E is #AA8FC1. Grayscale: #626262. Windows color (decimal): -11177922 or 4091989. OLE color: 4091989.
HSL color Cylindrical-coordinate representation of color #55703E: hue angle of 92.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55703E is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 62 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.56 |
| HSL | 92.4º | 0.29% | 0.34% | - |
| HSV(B) | 92.4º | 0.45% | 0.44% | - |
| XYZ | 10.41 | 13.87 | 6.69 | - |
| YUV | 98.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 62 | 0.24 | 0 | 0.45 | 0.56 | 92.4 | 0.29 | 0.34 |
| Hex | 55 | 70 | 3E | 18 | 0 | 2D | 38 | 5C | 1D | 22 |
| Octal | 125 | 160 | 76 | 30 | 0 | 55 | 70 | 134 | 35 | 42 |
| Binary | 1010101 | 1110000 | 111110 | 11000 | 0 | 101101 | 111000 | 1011100 | 11101 | 100010 |
Color Harmonies of #55703E
Complementary color
Monochromatic Colors of #55703E
Black with #55703E
Text Example
Text Example
White with #55703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55703E; }
p { color: rgb(85,112,62); }
H1.HeaderClassName
{
color: #55703E;
}
.AnyTagClassName
{
color: #55703E;
}
</style>
background-color css
<style>
a { background-color: #55703E; }
a { background-color: rgb(85,112,62); }
div.DivClassName
{
background-color: #55703E;
}
.BgClassName
{
background-color: #55703E;
}
</style>
border-color css
<style>
span { border-color: #55703E; }
span { border-color: rgb(85,112,62); }
td.TdClassName
{
border-color: #55703E;
}
.TagClassName
{
border-color: #55703E;
}
</style>