Shades of Chalet Green #5D7641
Tints of Chalet Green #5D7641
RGB
CMYK
RGB Variations
Color information
#5D7641 (or 0x5D7641) is known color: Chalet Green. HEX triplet: 5D, 76 and 41. RGB value is (93,118,65). Sum of RGB (Red+Green+Blue) = 93+118+65=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7641 is #A289BE. Grayscale: #686868. Windows color (decimal): -10652095 or 4290141. OLE color: 4290141.
HSL color Cylindrical-coordinate representation of color #5D7641: hue angle of 88.3º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D7641 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 65 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.54 |
| HSL | 88.3º | 0.29% | 0.36% | - |
| HSV(B) | 88.3º | 0.45% | 0.46% | - |
| XYZ | 11.95 | 15.67 | 7.4 | - |
| YUV | 104.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 65 | 0.21 | 0 | 0.45 | 0.54 | 88.3 | 0.29 | 0.36 |
| Hex | 5D | 76 | 41 | 15 | 0 | 2D | 36 | 58 | 1D | 24 |
| Octal | 135 | 166 | 101 | 25 | 0 | 55 | 66 | 130 | 35 | 44 |
| Binary | 1011101 | 1110110 | 1000001 | 10101 | 0 | 101101 | 110110 | 1011000 | 11101 | 100100 |
Color Harmonies of #5D7641
Complementary color
Monochromatic Colors of #5D7641
Black with #5D7641
Text Example
Text Example
White with #5D7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7641; }
p { color: rgb(93,118,65); }
H1.HeaderClassName
{
color: #5D7641;
}
.AnyTagClassName
{
color: #5D7641;
}
</style>
background-color css
<style>
a { background-color: #5D7641; }
a { background-color: rgb(93,118,65); }
div.DivClassName
{
background-color: #5D7641;
}
.BgClassName
{
background-color: #5D7641;
}
</style>
border-color css
<style>
span { border-color: #5D7641; }
span { border-color: rgb(93,118,65); }
td.TdClassName
{
border-color: #5D7641;
}
.TagClassName
{
border-color: #5D7641;
}
</style>