Shades of Chalet Green #55763D
Tints of Chalet Green #55763D
RGB
CMYK
RGB Variations
Color information
#55763D (or 0x55763D) is known color: Chalet Green. HEX triplet: 55, 76 and 3D. RGB value is (85,118,61). Sum of RGB (Red+Green+Blue) = 85+118+61=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #55763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55763D is #AA89C2. Grayscale: #656565. Windows color (decimal): -11176387 or 4027989. OLE color: 4027989.
HSL color Cylindrical-coordinate representation of color #55763D: hue angle of 94.74º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55763D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 61 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.54 |
| HSL | 94.74º | 0.32% | 0.35% | - |
| HSV(B) | 94.74º | 0.48% | 0.46% | - |
| XYZ | 11.07 | 15.23 | 6.77 | - |
| YUV | 101.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 61 | 0.28 | 0 | 0.48 | 0.54 | 94.74 | 0.32 | 0.35 |
| Hex | 55 | 76 | 3D | 1C | 0 | 30 | 36 | 5F | 20 | 23 |
| Octal | 125 | 166 | 75 | 34 | 0 | 60 | 66 | 137 | 40 | 43 |
| Binary | 1010101 | 1110110 | 111101 | 11100 | 0 | 110000 | 110110 | 1011111 | 100000 | 100011 |
Color Harmonies of #55763D
Complementary color
Monochromatic Colors of #55763D
Black with #55763D
Text Example
Text Example
White with #55763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55763D; }
p { color: rgb(85,118,61); }
H1.HeaderClassName
{
color: #55763D;
}
.AnyTagClassName
{
color: #55763D;
}
</style>
background-color css
<style>
a { background-color: #55763D; }
a { background-color: rgb(85,118,61); }
div.DivClassName
{
background-color: #55763D;
}
.BgClassName
{
background-color: #55763D;
}
</style>
border-color css
<style>
span { border-color: #55763D; }
span { border-color: rgb(85,118,61); }
td.TdClassName
{
border-color: #55763D;
}
.TagClassName
{
border-color: #55763D;
}
</style>