Shades of Chalet Green #5F7138
Tints of Chalet Green #5F7138
RGB
CMYK
RGB Variations
Color information
#5F7138 (or 0x5F7138) is known color: Chalet Green. HEX triplet: 5F, 71 and 38. RGB value is (95,113,56). Sum of RGB (Red+Green+Blue) = 95+113+56=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7138 is #A08EC7. Grayscale: #656565. Windows color (decimal): -10522312 or 3699039. OLE color: 3699039.
HSL color Cylindrical-coordinate representation of color #5F7138: hue angle of 78.95º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F7138 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 56 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.56 |
| HSL | 78.95º | 0.34% | 0.33% | - |
| HSV(B) | 78.95º | 0.5% | 0.44% | - |
| XYZ | 11.34 | 14.53 | 5.95 | - |
| YUV | 101.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 56 | 0.16 | 0 | 0.50 | 0.56 | 78.95 | 0.34 | 0.33 |
| Hex | 5F | 71 | 38 | 10 | 0 | 32 | 38 | 4F | 22 | 21 |
| Octal | 137 | 161 | 70 | 20 | 0 | 62 | 70 | 117 | 42 | 41 |
| Binary | 1011111 | 1110001 | 111000 | 10000 | 0 | 110010 | 111000 | 1001111 | 100010 | 100001 |
Color Harmonies of #5F7138
Complementary color
Monochromatic Colors of #5F7138
Black with #5F7138
Text Example
Text Example
White with #5F7138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7138; }
p { color: rgb(95,113,56); }
H1.HeaderClassName
{
color: #5F7138;
}
.AnyTagClassName
{
color: #5F7138;
}
</style>
background-color css
<style>
a { background-color: #5F7138; }
a { background-color: rgb(95,113,56); }
div.DivClassName
{
background-color: #5F7138;
}
.BgClassName
{
background-color: #5F7138;
}
</style>
border-color css
<style>
span { border-color: #5F7138; }
span { border-color: rgb(95,113,56); }
td.TdClassName
{
border-color: #5F7138;
}
.TagClassName
{
border-color: #5F7138;
}
</style>