Shades of Chalet Green #55683F
Tints of Chalet Green #55683F
RGB
CMYK
RGB Variations
Color information
#55683F (or 0x55683F) is known color: Chalet Green. HEX triplet: 55, 68 and 3F. RGB value is (85,104,63). Sum of RGB (Red+Green+Blue) = 85+104+63=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #55683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55683F is #AA97C0. Grayscale: #5D5D5D. Windows color (decimal): -11179969 or 4155477. OLE color: 4155477.
HSL color Cylindrical-coordinate representation of color #55683F: hue angle of 87.8º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55683F is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 63 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.59 |
| HSL | 87.8º | 0.25% | 0.33% | - |
| HSV(B) | 87.8º | 0.39% | 0.41% | - |
| XYZ | 9.59 | 12.19 | 6.55 | - |
| YUV | 93.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 63 | 0.18 | 0 | 0.39 | 0.59 | 87.8 | 0.25 | 0.33 |
| Hex | 55 | 68 | 3F | 12 | 0 | 27 | 3B | 58 | 19 | 21 |
| Octal | 125 | 150 | 77 | 22 | 0 | 47 | 73 | 130 | 31 | 41 |
| Binary | 1010101 | 1101000 | 111111 | 10010 | 0 | 100111 | 111011 | 1011000 | 11001 | 100001 |
Color Harmonies of #55683F
Complementary color
Monochromatic Colors of #55683F
Black with #55683F
Text Example
Text Example
White with #55683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55683F; }
p { color: rgb(85,104,63); }
H1.HeaderClassName
{
color: #55683F;
}
.AnyTagClassName
{
color: #55683F;
}
</style>
background-color css
<style>
a { background-color: #55683F; }
a { background-color: rgb(85,104,63); }
div.DivClassName
{
background-color: #55683F;
}
.BgClassName
{
background-color: #55683F;
}
</style>
border-color css
<style>
span { border-color: #55683F; }
span { border-color: rgb(85,104,63); }
td.TdClassName
{
border-color: #55683F;
}
.TagClassName
{
border-color: #55683F;
}
</style>