Shades of Chalet Green #5D713D
Tints of Chalet Green #5D713D
RGB
CMYK
RGB Variations
Color information
#5D713D (or 0x5D713D) is known color: Chalet Green. HEX triplet: 5D, 71 and 3D. RGB value is (93,113,61). Sum of RGB (Red+Green+Blue) = 93+113+61=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #5D713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D713D is #A28EC2. Grayscale: #656565. Windows color (decimal): -10653379 or 4026717. OLE color: 4026717.
HSL color Cylindrical-coordinate representation of color #5D713D: hue angle of 83.08º 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 #5D713D is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 113 | 61 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.56 |
| HSL | 83.08º | 0.3% | 0.34% | - |
| HSV(B) | 83.08º | 0.46% | 0.44% | - |
| XYZ | 11.26 | 14.47 | 6.62 | - |
| YUV | 101.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 61 | 0.18 | 0 | 0.46 | 0.56 | 83.08 | 0.3 | 0.34 |
| Hex | 5D | 71 | 3D | 12 | 0 | 2E | 38 | 53 | 1E | 22 |
| Octal | 135 | 161 | 75 | 22 | 0 | 56 | 70 | 123 | 36 | 42 |
| Binary | 1011101 | 1110001 | 111101 | 10010 | 0 | 101110 | 111000 | 1010011 | 11110 | 100010 |
Color Harmonies of #5D713D
Complementary color
Monochromatic Colors of #5D713D
Black with #5D713D
Text Example
Text Example
White with #5D713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D713D; }
p { color: rgb(93,113,61); }
H1.HeaderClassName
{
color: #5D713D;
}
.AnyTagClassName
{
color: #5D713D;
}
</style>
background-color css
<style>
a { background-color: #5D713D; }
a { background-color: rgb(93,113,61); }
div.DivClassName
{
background-color: #5D713D;
}
.BgClassName
{
background-color: #5D713D;
}
</style>
border-color css
<style>
span { border-color: #5D713D; }
span { border-color: rgb(93,113,61); }
td.TdClassName
{
border-color: #5D713D;
}
.TagClassName
{
border-color: #5D713D;
}
</style>