Shades of Chalet Green #5B6F40
Tints of Chalet Green #5B6F40
RGB
CMYK
RGB Variations
Color information
#5B6F40 (or 0x5B6F40) is known color: Chalet Green. HEX triplet: 5B, 6F and 40. RGB value is (91,111,64). Sum of RGB (Red+Green+Blue) = 91+111+64=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6F40 is #A490BF. Grayscale: #636363. Windows color (decimal): -10784960 or 4222811. OLE color: 4222811.
HSL color Cylindrical-coordinate representation of color #5B6F40: hue angle of 85.53º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B6F40 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 111 | 64 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.56 |
| HSL | 85.53º | 0.27% | 0.34% | - |
| HSV(B) | 85.53º | 0.42% | 0.44% | - |
| XYZ | 10.92 | 13.96 | 6.97 | - |
| YUV | 99.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 64 | 0.18 | 0 | 0.42 | 0.56 | 85.53 | 0.27 | 0.34 |
| Hex | 5B | 6F | 40 | 12 | 0 | 2A | 38 | 56 | 1B | 22 |
| Octal | 133 | 157 | 100 | 22 | 0 | 52 | 70 | 126 | 33 | 42 |
| Binary | 1011011 | 1101111 | 1000000 | 10010 | 0 | 101010 | 111000 | 1010110 | 11011 | 100010 |
Color Harmonies of #5B6F40
Complementary color
Monochromatic Colors of #5B6F40
Black with #5B6F40
Text Example
Text Example
White with #5B6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6F40; }
p { color: rgb(91,111,64); }
H1.HeaderClassName
{
color: #5B6F40;
}
.AnyTagClassName
{
color: #5B6F40;
}
</style>
background-color css
<style>
a { background-color: #5B6F40; }
a { background-color: rgb(91,111,64); }
div.DivClassName
{
background-color: #5B6F40;
}
.BgClassName
{
background-color: #5B6F40;
}
</style>
border-color css
<style>
span { border-color: #5B6F40; }
span { border-color: rgb(91,111,64); }
td.TdClassName
{
border-color: #5B6F40;
}
.TagClassName
{
border-color: #5B6F40;
}
</style>