Shades of Chalet Green #55653D
Tints of Chalet Green #55653D
RGB
CMYK
RGB Variations
Color information
#55653D (or 0x55653D) is known color: Chalet Green. HEX triplet: 55, 65 and 3D. RGB value is (85,101,61). Sum of RGB (Red+Green+Blue) = 85+101+61=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #55653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55653D is #AA9AC2. Grayscale: #5B5B5B. Windows color (decimal): -11180739 or 4023637. OLE color: 4023637.
HSL color Cylindrical-coordinate representation of color #55653D: hue angle of 84º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55653D is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 61 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.60 |
| HSL | 84º | 0.25% | 0.32% | - |
| HSV(B) | 84º | 0.4% | 0.4% | - |
| XYZ | 9.24 | 11.58 | 6.16 | - |
| YUV | 91.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 61 | 0.16 | 0 | 0.40 | 0.60 | 84 | 0.25 | 0.32 |
| Hex | 55 | 65 | 3D | 10 | 0 | 28 | 3C | 54 | 19 | 20 |
| Octal | 125 | 145 | 75 | 20 | 0 | 50 | 74 | 124 | 31 | 40 |
| Binary | 1010101 | 1100101 | 111101 | 10000 | 0 | 101000 | 111100 | 1010100 | 11001 | 100000 |
Color Harmonies of #55653D
Complementary color
Monochromatic Colors of #55653D
Black with #55653D
Text Example
Text Example
White with #55653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55653D; }
p { color: rgb(85,101,61); }
H1.HeaderClassName
{
color: #55653D;
}
.AnyTagClassName
{
color: #55653D;
}
</style>
background-color css
<style>
a { background-color: #55653D; }
a { background-color: rgb(85,101,61); }
div.DivClassName
{
background-color: #55653D;
}
.BgClassName
{
background-color: #55653D;
}
</style>
border-color css
<style>
span { border-color: #55653D; }
span { border-color: rgb(85,101,61); }
td.TdClassName
{
border-color: #55653D;
}
.TagClassName
{
border-color: #55653D;
}
</style>