Shades of Chalet Green #55683D
Tints of Chalet Green #55683D
RGB
CMYK
RGB Variations
Color information
#55683D (or 0x55683D) is known color: Chalet Green. HEX triplet: 55, 68 and 3D. RGB value is (85,104,61). Sum of RGB (Red+Green+Blue) = 85+104+61=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #55683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55683D is #AA97C2. Grayscale: #5D5D5D. Windows color (decimal): -11179971 or 4024405. OLE color: 4024405.
HSL color Cylindrical-coordinate representation of color #55683D: hue angle of 86.51º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55683D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 61 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.59 |
| HSL | 86.51º | 0.26% | 0.32% | - |
| HSV(B) | 86.51º | 0.41% | 0.41% | - |
| XYZ | 9.54 | 12.17 | 6.26 | - |
| YUV | 93.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 61 | 0.18 | 0 | 0.41 | 0.59 | 86.51 | 0.26 | 0.32 |
| Hex | 55 | 68 | 3D | 12 | 0 | 29 | 3B | 57 | 1A | 20 |
| Octal | 125 | 150 | 75 | 22 | 0 | 51 | 73 | 127 | 32 | 40 |
| Binary | 1010101 | 1101000 | 111101 | 10010 | 0 | 101001 | 111011 | 1010111 | 11010 | 100000 |
Color Harmonies of #55683D
Complementary color
Monochromatic Colors of #55683D
Black with #55683D
Text Example
Text Example
White with #55683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55683D; }
p { color: rgb(85,104,61); }
H1.HeaderClassName
{
color: #55683D;
}
.AnyTagClassName
{
color: #55683D;
}
</style>
background-color css
<style>
a { background-color: #55683D; }
a { background-color: rgb(85,104,61); }
div.DivClassName
{
background-color: #55683D;
}
.BgClassName
{
background-color: #55683D;
}
</style>
border-color css
<style>
span { border-color: #55683D; }
span { border-color: rgb(85,104,61); }
td.TdClassName
{
border-color: #55683D;
}
.TagClassName
{
border-color: #55683D;
}
</style>