Shades of Chalet Green #5B6B40
Tints of Chalet Green #5B6B40
RGB
CMYK
RGB Variations
Color information
#5B6B40 (or 0x5B6B40) is known color: Chalet Green. HEX triplet: 5B, 6B and 40. RGB value is (91,107,64). Sum of RGB (Red+Green+Blue) = 91+107+64=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6B40 is #A494BF. Grayscale: #616161. Windows color (decimal): -10785984 or 4221787. OLE color: 4221787.
HSL color Cylindrical-coordinate representation of color #5B6B40: hue angle of 82.33º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B6B40 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 107 | 64 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.58 |
| HSL | 82.33º | 0.25% | 0.34% | - |
| HSV(B) | 82.33º | 0.4% | 0.42% | - |
| XYZ | 10.5 | 13.11 | 6.83 | - |
| YUV | 97.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 64 | 0.15 | 0 | 0.40 | 0.58 | 82.33 | 0.25 | 0.34 |
| Hex | 5B | 6B | 40 | F | 0 | 28 | 3A | 52 | 19 | 22 |
| Octal | 133 | 153 | 100 | 17 | 0 | 50 | 72 | 122 | 31 | 42 |
| Binary | 1011011 | 1101011 | 1000000 | 1111 | 0 | 101000 | 111010 | 1010010 | 11001 | 100010 |
Color Harmonies of #5B6B40
Complementary color
Monochromatic Colors of #5B6B40
Black with #5B6B40
Text Example
Text Example
White with #5B6B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6B40; }
p { color: rgb(91,107,64); }
H1.HeaderClassName
{
color: #5B6B40;
}
.AnyTagClassName
{
color: #5B6B40;
}
</style>
background-color css
<style>
a { background-color: #5B6B40; }
a { background-color: rgb(91,107,64); }
div.DivClassName
{
background-color: #5B6B40;
}
.BgClassName
{
background-color: #5B6B40;
}
</style>
border-color css
<style>
span { border-color: #5B6B40; }
span { border-color: rgb(91,107,64); }
td.TdClassName
{
border-color: #5B6B40;
}
.TagClassName
{
border-color: #5B6B40;
}
</style>