Shades of Chalet Green #55713D
Tints of Chalet Green #55713D
RGB
CMYK
RGB Variations
Color information
#55713D (or 0x55713D) is known color: Chalet Green. HEX triplet: 55, 71 and 3D. RGB value is (85,113,61). Sum of RGB (Red+Green+Blue) = 85+113+61=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #55713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55713D is #AA8EC2. Grayscale: #626262. Windows color (decimal): -11177667 or 4026709. OLE color: 4026709.
HSL color Cylindrical-coordinate representation of color #55713D: hue angle of 92.31º 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 #55713D is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 61 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.56 |
| HSL | 92.31º | 0.3% | 0.34% | - |
| HSV(B) | 92.31º | 0.46% | 0.44% | - |
| XYZ | 10.49 | 14.08 | 6.58 | - |
| YUV | 98.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 61 | 0.25 | 0 | 0.46 | 0.56 | 92.31 | 0.3 | 0.34 |
| Hex | 55 | 71 | 3D | 19 | 0 | 2E | 38 | 5C | 1E | 22 |
| Octal | 125 | 161 | 75 | 31 | 0 | 56 | 70 | 134 | 36 | 42 |
| Binary | 1010101 | 1110001 | 111101 | 11001 | 0 | 101110 | 111000 | 1011100 | 11110 | 100010 |
Color Harmonies of #55713D
Complementary color
Monochromatic Colors of #55713D
Black with #55713D
Text Example
Text Example
White with #55713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55713D; }
p { color: rgb(85,113,61); }
H1.HeaderClassName
{
color: #55713D;
}
.AnyTagClassName
{
color: #55713D;
}
</style>
background-color css
<style>
a { background-color: #55713D; }
a { background-color: rgb(85,113,61); }
div.DivClassName
{
background-color: #55713D;
}
.BgClassName
{
background-color: #55713D;
}
</style>
border-color css
<style>
span { border-color: #55713D; }
span { border-color: rgb(85,113,61); }
td.TdClassName
{
border-color: #55713D;
}
.TagClassName
{
border-color: #55713D;
}
</style>