Shades of Chalet Green #55703C
Tints of Chalet Green #55703C
RGB
CMYK
RGB Variations
Color information
#55703C (or 0x55703C) is known color: Chalet Green. HEX triplet: 55, 70 and 3C. RGB value is (85,112,60). Sum of RGB (Red+Green+Blue) = 85+112+60=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #55703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55703C is #AA8FC3. Grayscale: #626262. Windows color (decimal): -11177924 or 3960917. OLE color: 3960917.
HSL color Cylindrical-coordinate representation of color #55703C: hue angle of 91.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55703C is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 60 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.56 |
| HSL | 91.15º | 0.3% | 0.34% | - |
| HSV(B) | 91.15º | 0.46% | 0.44% | - |
| XYZ | 10.36 | 13.85 | 6.4 | - |
| YUV | 98 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 60 | 0.24 | 0 | 0.46 | 0.56 | 91.15 | 0.3 | 0.34 |
| Hex | 55 | 70 | 3C | 18 | 0 | 2E | 38 | 5B | 1E | 22 |
| Octal | 125 | 160 | 74 | 30 | 0 | 56 | 70 | 133 | 36 | 42 |
| Binary | 1010101 | 1110000 | 111100 | 11000 | 0 | 101110 | 111000 | 1011011 | 11110 | 100010 |
Color Harmonies of #55703C
Complementary color
Monochromatic Colors of #55703C
Black with #55703C
Text Example
Text Example
White with #55703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55703C; }
p { color: rgb(85,112,60); }
H1.HeaderClassName
{
color: #55703C;
}
.AnyTagClassName
{
color: #55703C;
}
</style>
background-color css
<style>
a { background-color: #55703C; }
a { background-color: rgb(85,112,60); }
div.DivClassName
{
background-color: #55703C;
}
.BgClassName
{
background-color: #55703C;
}
</style>
border-color css
<style>
span { border-color: #55703C; }
span { border-color: rgb(85,112,60); }
td.TdClassName
{
border-color: #55703C;
}
.TagClassName
{
border-color: #55703C;
}
</style>