Shades of Chalet Green #55703D
Tints of Chalet Green #55703D
RGB
CMYK
RGB Variations
Color information
#55703D (or 0x55703D) is known color: Chalet Green. HEX triplet: 55, 70 and 3D. RGB value is (85,112,61). Sum of RGB (Red+Green+Blue) = 85+112+61=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #55703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55703D is #AA8FC2. Grayscale: #626262. Windows color (decimal): -11177923 or 4026453. OLE color: 4026453.
HSL color Cylindrical-coordinate representation of color #55703D: hue angle of 91.76º degrees, saturation: 0.29, 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 #55703D is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 61 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.56 |
| HSL | 91.76º | 0.29% | 0.34% | - |
| HSV(B) | 91.76º | 0.46% | 0.44% | - |
| XYZ | 10.38 | 13.86 | 6.54 | - |
| YUV | 98.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 61 | 0.24 | 0 | 0.46 | 0.56 | 91.76 | 0.29 | 0.34 |
| Hex | 55 | 70 | 3D | 18 | 0 | 2E | 38 | 5C | 1D | 22 |
| Octal | 125 | 160 | 75 | 30 | 0 | 56 | 70 | 134 | 35 | 42 |
| Binary | 1010101 | 1110000 | 111101 | 11000 | 0 | 101110 | 111000 | 1011100 | 11101 | 100010 |
Color Harmonies of #55703D
Complementary color
Monochromatic Colors of #55703D
Black with #55703D
Text Example
Text Example
White with #55703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55703D; }
p { color: rgb(85,112,61); }
H1.HeaderClassName
{
color: #55703D;
}
.AnyTagClassName
{
color: #55703D;
}
</style>
background-color css
<style>
a { background-color: #55703D; }
a { background-color: rgb(85,112,61); }
div.DivClassName
{
background-color: #55703D;
}
.BgClassName
{
background-color: #55703D;
}
</style>
border-color css
<style>
span { border-color: #55703D; }
span { border-color: rgb(85,112,61); }
td.TdClassName
{
border-color: #55703D;
}
.TagClassName
{
border-color: #55703D;
}
</style>