Shades of Chalet Green #5C713D
Tints of Chalet Green #5C713D
RGB
CMYK
RGB Variations
Color information
#5C713D (or 0x5C713D) is known color: Chalet Green. HEX triplet: 5C, 71 and 3D. RGB value is (92,113,61). Sum of RGB (Red+Green+Blue) = 92+113+61=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #5C713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C713D is #A38EC2. Grayscale: #646464. Windows color (decimal): -10718915 or 4026716. OLE color: 4026716.
HSL color Cylindrical-coordinate representation of color #5C713D: hue angle of 84.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C713D is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 61 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.56 |
| HSL | 84.23º | 0.3% | 0.34% | - |
| HSV(B) | 84.23º | 0.46% | 0.44% | - |
| XYZ | 11.16 | 14.42 | 6.61 | - |
| YUV | 100.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 61 | 0.19 | 0 | 0.46 | 0.56 | 84.23 | 0.3 | 0.34 |
| Hex | 5C | 71 | 3D | 13 | 0 | 2E | 38 | 54 | 1E | 22 |
| Octal | 134 | 161 | 75 | 23 | 0 | 56 | 70 | 124 | 36 | 42 |
| Binary | 1011100 | 1110001 | 111101 | 10011 | 0 | 101110 | 111000 | 1010100 | 11110 | 100010 |
Color Harmonies of #5C713D
Complementary color
Monochromatic Colors of #5C713D
Black with #5C713D
Text Example
Text Example
White with #5C713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C713D; }
p { color: rgb(92,113,61); }
H1.HeaderClassName
{
color: #5C713D;
}
.AnyTagClassName
{
color: #5C713D;
}
</style>
background-color css
<style>
a { background-color: #5C713D; }
a { background-color: rgb(92,113,61); }
div.DivClassName
{
background-color: #5C713D;
}
.BgClassName
{
background-color: #5C713D;
}
</style>
border-color css
<style>
span { border-color: #5C713D; }
span { border-color: rgb(92,113,61); }
td.TdClassName
{
border-color: #5C713D;
}
.TagClassName
{
border-color: #5C713D;
}
</style>