Shades of Chalet Green #5E703B
Tints of Chalet Green #5E703B
RGB
CMYK
RGB Variations
Color information
#5E703B (or 0x5E703B) is known color: Chalet Green. HEX triplet: 5E, 70 and 3B. RGB value is (94,112,59). Sum of RGB (Red+Green+Blue) = 94+112+59=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #5E703B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E703B is #A18FC4. Grayscale: #646464. Windows color (decimal): -10588101 or 3895390. OLE color: 3895390.
HSL color Cylindrical-coordinate representation of color #5E703B: hue angle of 80.38º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E703B is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 59 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.56 |
| HSL | 80.38º | 0.31% | 0.34% | - |
| HSV(B) | 80.38º | 0.47% | 0.44% | - |
| XYZ | 11.2 | 14.28 | 6.3 | - |
| YUV | 100.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 59 | 0.16 | 0 | 0.47 | 0.56 | 80.38 | 0.31 | 0.34 |
| Hex | 5E | 70 | 3B | 10 | 0 | 2F | 38 | 50 | 1F | 22 |
| Octal | 136 | 160 | 73 | 20 | 0 | 57 | 70 | 120 | 37 | 42 |
| Binary | 1011110 | 1110000 | 111011 | 10000 | 0 | 101111 | 111000 | 1010000 | 11111 | 100010 |
Color Harmonies of #5E703B
Complementary color
Monochromatic Colors of #5E703B
Black with #5E703B
Text Example
Text Example
White with #5E703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E703B; }
p { color: rgb(94,112,59); }
H1.HeaderClassName
{
color: #5E703B;
}
.AnyTagClassName
{
color: #5E703B;
}
</style>
background-color css
<style>
a { background-color: #5E703B; }
a { background-color: rgb(94,112,59); }
div.DivClassName
{
background-color: #5E703B;
}
.BgClassName
{
background-color: #5E703B;
}
</style>
border-color css
<style>
span { border-color: #5E703B; }
span { border-color: rgb(94,112,59); }
td.TdClassName
{
border-color: #5E703B;
}
.TagClassName
{
border-color: #5E703B;
}
</style>