Shades of Chalet Green #5B683D
Tints of Chalet Green #5B683D
RGB
CMYK
RGB Variations
Color information
#5B683D (or 0x5B683D) is known color: Chalet Green. HEX triplet: 5B, 68 and 3D. RGB value is (91,104,61). Sum of RGB (Red+Green+Blue) = 91+104+61=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #5B683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B683D is #A497C2. Grayscale: #5F5F5F. Windows color (decimal): -10786755 or 4024411. OLE color: 4024411.
HSL color Cylindrical-coordinate representation of color #5B683D: hue angle of 78.14º 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 #5B683D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 61 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.59 |
| HSL | 78.14º | 0.26% | 0.32% | - |
| HSV(B) | 78.14º | 0.41% | 0.41% | - |
| XYZ | 10.11 | 12.46 | 6.29 | - |
| YUV | 95.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 61 | 0.12 | 0 | 0.41 | 0.59 | 78.14 | 0.26 | 0.32 |
| Hex | 5B | 68 | 3D | C | 0 | 29 | 3B | 4E | 1A | 20 |
| Octal | 133 | 150 | 75 | 14 | 0 | 51 | 73 | 116 | 32 | 40 |
| Binary | 1011011 | 1101000 | 111101 | 1100 | 0 | 101001 | 111011 | 1001110 | 11010 | 100000 |
Color Harmonies of #5B683D
Complementary color
Monochromatic Colors of #5B683D
Black with #5B683D
Text Example
Text Example
White with #5B683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B683D; }
p { color: rgb(91,104,61); }
H1.HeaderClassName
{
color: #5B683D;
}
.AnyTagClassName
{
color: #5B683D;
}
</style>
background-color css
<style>
a { background-color: #5B683D; }
a { background-color: rgb(91,104,61); }
div.DivClassName
{
background-color: #5B683D;
}
.BgClassName
{
background-color: #5B683D;
}
</style>
border-color css
<style>
span { border-color: #5B683D; }
span { border-color: rgb(91,104,61); }
td.TdClassName
{
border-color: #5B683D;
}
.TagClassName
{
border-color: #5B683D;
}
</style>