Shades of Chalet Green #5F713B
Tints of Chalet Green #5F713B
RGB
CMYK
RGB Variations
Color information
#5F713B (or 0x5F713B) is known color: Chalet Green. HEX triplet: 5F, 71 and 3B. RGB value is (95,113,59). Sum of RGB (Red+Green+Blue) = 95+113+59=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #5F713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F713B is #A08EC4. Grayscale: #656565. Windows color (decimal): -10522309 or 3895647. OLE color: 3895647.
HSL color Cylindrical-coordinate representation of color #5F713B: hue angle of 80º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F713B is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 59 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.56 |
| HSL | 80º | 0.31% | 0.34% | - |
| HSV(B) | 80º | 0.48% | 0.44% | - |
| XYZ | 11.41 | 14.56 | 6.35 | - |
| YUV | 101.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 59 | 0.16 | 0 | 0.48 | 0.56 | 80 | 0.31 | 0.34 |
| Hex | 5F | 71 | 3B | 10 | 0 | 30 | 38 | 50 | 1F | 22 |
| Octal | 137 | 161 | 73 | 20 | 0 | 60 | 70 | 120 | 37 | 42 |
| Binary | 1011111 | 1110001 | 111011 | 10000 | 0 | 110000 | 111000 | 1010000 | 11111 | 100010 |
Color Harmonies of #5F713B
Complementary color
Monochromatic Colors of #5F713B
Black with #5F713B
Text Example
Text Example
White with #5F713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F713B; }
p { color: rgb(95,113,59); }
H1.HeaderClassName
{
color: #5F713B;
}
.AnyTagClassName
{
color: #5F713B;
}
</style>
background-color css
<style>
a { background-color: #5F713B; }
a { background-color: rgb(95,113,59); }
div.DivClassName
{
background-color: #5F713B;
}
.BgClassName
{
background-color: #5F713B;
}
</style>
border-color css
<style>
span { border-color: #5F713B; }
span { border-color: rgb(95,113,59); }
td.TdClassName
{
border-color: #5F713B;
}
.TagClassName
{
border-color: #5F713B;
}
</style>