Shades of Chalet Green #55773C
Tints of Chalet Green #55773C
RGB
CMYK
RGB Variations
Color information
#55773C (or 0x55773C) is known color: Chalet Green. HEX triplet: 55, 77 and 3C. RGB value is (85,119,60). Sum of RGB (Red+Green+Blue) = 85+119+60=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #55773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55773C is #AA88C3. Grayscale: #666666. Windows color (decimal): -11176132 or 3962709. OLE color: 3962709.
HSL color Cylindrical-coordinate representation of color #55773C: hue angle of 94.58º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55773C is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 119 | 60 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.53 |
| HSL | 94.58º | 0.33% | 0.35% | - |
| HSV(B) | 94.58º | 0.5% | 0.47% | - |
| XYZ | 11.16 | 15.45 | 6.67 | - |
| YUV | 102.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 60 | 0.29 | 0 | 0.50 | 0.53 | 94.58 | 0.33 | 0.35 |
| Hex | 55 | 77 | 3C | 1D | 0 | 32 | 35 | 5F | 21 | 23 |
| Octal | 125 | 167 | 74 | 35 | 0 | 62 | 65 | 137 | 41 | 43 |
| Binary | 1010101 | 1110111 | 111100 | 11101 | 0 | 110010 | 110101 | 1011111 | 100001 | 100011 |
Color Harmonies of #55773C
Complementary color
Monochromatic Colors of #55773C
Black with #55773C
Text Example
Text Example
White with #55773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55773C; }
p { color: rgb(85,119,60); }
H1.HeaderClassName
{
color: #55773C;
}
.AnyTagClassName
{
color: #55773C;
}
</style>
background-color css
<style>
a { background-color: #55773C; }
a { background-color: rgb(85,119,60); }
div.DivClassName
{
background-color: #55773C;
}
.BgClassName
{
background-color: #55773C;
}
</style>
border-color css
<style>
span { border-color: #55773C; }
span { border-color: rgb(85,119,60); }
td.TdClassName
{
border-color: #55773C;
}
.TagClassName
{
border-color: #55773C;
}
</style>