Shades of Chalet Green #55653F
Tints of Chalet Green #55653F
RGB
CMYK
RGB Variations
Color information
#55653F (or 0x55653F) is known color: Chalet Green. HEX triplet: 55, 65 and 3F. RGB value is (85,101,63). Sum of RGB (Red+Green+Blue) = 85+101+63=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #55653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55653F is #AA9AC0. Grayscale: #5C5C5C. Windows color (decimal): -11180737 or 4154709. OLE color: 4154709.
HSL color Cylindrical-coordinate representation of color #55653F: hue angle of 85.26º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55653F is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 63 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.60 |
| HSL | 85.26º | 0.23% | 0.32% | - |
| HSV(B) | 85.26º | 0.38% | 0.4% | - |
| XYZ | 9.3 | 11.6 | 6.45 | - |
| YUV | 91.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 63 | 0.16 | 0 | 0.38 | 0.60 | 85.26 | 0.23 | 0.32 |
| Hex | 55 | 65 | 3F | 10 | 0 | 26 | 3C | 55 | 17 | 20 |
| Octal | 125 | 145 | 77 | 20 | 0 | 46 | 74 | 125 | 27 | 40 |
| Binary | 1010101 | 1100101 | 111111 | 10000 | 0 | 100110 | 111100 | 1010101 | 10111 | 100000 |
Color Harmonies of #55653F
Complementary color
Monochromatic Colors of #55653F
Black with #55653F
Text Example
Text Example
White with #55653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55653F; }
p { color: rgb(85,101,63); }
H1.HeaderClassName
{
color: #55653F;
}
.AnyTagClassName
{
color: #55653F;
}
</style>
background-color css
<style>
a { background-color: #55653F; }
a { background-color: rgb(85,101,63); }
div.DivClassName
{
background-color: #55653F;
}
.BgClassName
{
background-color: #55653F;
}
</style>
border-color css
<style>
span { border-color: #55653F; }
span { border-color: rgb(85,101,63); }
td.TdClassName
{
border-color: #55653F;
}
.TagClassName
{
border-color: #55653F;
}
</style>