Shades of Chalet Green #557535
Tints of Chalet Green #557535
RGB
CMYK
RGB Variations
Color information
#557535 (or 0x557535) is known color: Chalet Green. HEX triplet: 55, 75 and 35. RGB value is (85,117,53). Sum of RGB (Red+Green+Blue) = 85+117+53=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #557535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557535 is #AA8ACA. Grayscale: #646464. Windows color (decimal): -11176651 or 3503445. OLE color: 3503445.
HSL color Cylindrical-coordinate representation of color #557535: hue angle of 90º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557535 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 53 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.54 |
| HSL | 90º | 0.38% | 0.33% | - |
| HSV(B) | 90º | 0.55% | 0.46% | - |
| XYZ | 10.75 | 14.91 | 5.68 | - |
| YUV | 100.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 53 | 0.27 | 0 | 0.55 | 0.54 | 90 | 0.38 | 0.33 |
| Hex | 55 | 75 | 35 | 1B | 0 | 37 | 36 | 5A | 26 | 21 |
| Octal | 125 | 165 | 65 | 33 | 0 | 67 | 66 | 132 | 46 | 41 |
| Binary | 1010101 | 1110101 | 110101 | 11011 | 0 | 110111 | 110110 | 1011010 | 100110 | 100001 |
Color Harmonies of #557535
Complementary color
Monochromatic Colors of #557535
Black with #557535
Text Example
Text Example
White with #557535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557535; }
p { color: rgb(85,117,53); }
H1.HeaderClassName
{
color: #557535;
}
.AnyTagClassName
{
color: #557535;
}
</style>
background-color css
<style>
a { background-color: #557535; }
a { background-color: rgb(85,117,53); }
div.DivClassName
{
background-color: #557535;
}
.BgClassName
{
background-color: #557535;
}
</style>
border-color css
<style>
span { border-color: #557535; }
span { border-color: rgb(85,117,53); }
td.TdClassName
{
border-color: #557535;
}
.TagClassName
{
border-color: #557535;
}
</style>