Shades of Chalet Green #5B703F
Tints of Chalet Green #5B703F
RGB
CMYK
RGB Variations
Color information
#5B703F (or 0x5B703F) is known color: Chalet Green. HEX triplet: 5B, 70 and 3F. RGB value is (91,112,63). Sum of RGB (Red+Green+Blue) = 91+112+63=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #5B703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B703F is #A48FC0. Grayscale: #646464. Windows color (decimal): -10784705 or 4157531. OLE color: 4157531.
HSL color Cylindrical-coordinate representation of color #5B703F: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B703F is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 63 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.56 |
| HSL | 85.71º | 0.28% | 0.34% | - |
| HSV(B) | 85.71º | 0.44% | 0.44% | - |
| XYZ | 11.01 | 14.17 | 6.86 | - |
| YUV | 100.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 63 | 0.19 | 0 | 0.44 | 0.56 | 85.71 | 0.28 | 0.34 |
| Hex | 5B | 70 | 3F | 13 | 0 | 2C | 38 | 56 | 1C | 22 |
| Octal | 133 | 160 | 77 | 23 | 0 | 54 | 70 | 126 | 34 | 42 |
| Binary | 1011011 | 1110000 | 111111 | 10011 | 0 | 101100 | 111000 | 1010110 | 11100 | 100010 |
Color Harmonies of #5B703F
Complementary color
Monochromatic Colors of #5B703F
Black with #5B703F
Text Example
Text Example
White with #5B703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B703F; }
p { color: rgb(91,112,63); }
H1.HeaderClassName
{
color: #5B703F;
}
.AnyTagClassName
{
color: #5B703F;
}
</style>
background-color css
<style>
a { background-color: #5B703F; }
a { background-color: rgb(91,112,63); }
div.DivClassName
{
background-color: #5B703F;
}
.BgClassName
{
background-color: #5B703F;
}
</style>
border-color css
<style>
span { border-color: #5B703F; }
span { border-color: rgb(91,112,63); }
td.TdClassName
{
border-color: #5B703F;
}
.TagClassName
{
border-color: #5B703F;
}
</style>