Shades of Chalet Green #557143
Tints of Chalet Green #557143
RGB
CMYK
RGB Variations
Color information
#557143 (or 0x557143) is known color: Chalet Green. HEX triplet: 55, 71 and 43. RGB value is (85,113,67). Sum of RGB (Red+Green+Blue) = 85+113+67=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #557143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557143 is #AA8EBC. Grayscale: #636363. Windows color (decimal): -11177661 or 4419925. OLE color: 4419925.
HSL color Cylindrical-coordinate representation of color #557143: hue angle of 96.52º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557143 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 67 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.56 |
| HSL | 96.52º | 0.26% | 0.35% | - |
| HSV(B) | 96.52º | 0.41% | 0.44% | - |
| XYZ | 10.66 | 14.15 | 7.48 | - |
| YUV | 99.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 67 | 0.25 | 0 | 0.41 | 0.56 | 96.52 | 0.26 | 0.35 |
| Hex | 55 | 71 | 43 | 19 | 0 | 29 | 38 | 61 | 1A | 23 |
| Octal | 125 | 161 | 103 | 31 | 0 | 51 | 70 | 141 | 32 | 43 |
| Binary | 1010101 | 1110001 | 1000011 | 11001 | 0 | 101001 | 111000 | 1100001 | 11010 | 100011 |
Color Harmonies of #557143
Complementary color
Monochromatic Colors of #557143
Black with #557143
Text Example
Text Example
White with #557143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557143; }
p { color: rgb(85,113,67); }
H1.HeaderClassName
{
color: #557143;
}
.AnyTagClassName
{
color: #557143;
}
</style>
background-color css
<style>
a { background-color: #557143; }
a { background-color: rgb(85,113,67); }
div.DivClassName
{
background-color: #557143;
}
.BgClassName
{
background-color: #557143;
}
</style>
border-color css
<style>
span { border-color: #557143; }
span { border-color: rgb(85,113,67); }
td.TdClassName
{
border-color: #557143;
}
.TagClassName
{
border-color: #557143;
}
</style>