Shades of Chalet Green #5D7242
Tints of Chalet Green #5D7242
RGB
CMYK
RGB Variations
Color information
#5D7242 (or 0x5D7242) is known color: Chalet Green. HEX triplet: 5D, 72 and 42. RGB value is (93,114,66). Sum of RGB (Red+Green+Blue) = 93+114+66=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #5D7242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7242 is #A28DBD. Grayscale: #666666. Windows color (decimal): -10653118 or 4354653. OLE color: 4354653.
HSL color Cylindrical-coordinate representation of color #5D7242: hue angle of 86.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D7242 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 114 | 66 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.55 |
| HSL | 86.25º | 0.27% | 0.35% | - |
| HSV(B) | 86.25º | 0.42% | 0.45% | - |
| XYZ | 11.51 | 14.76 | 7.4 | - |
| YUV | 102.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 114 | 66 | 0.18 | 0 | 0.42 | 0.55 | 86.25 | 0.27 | 0.35 |
| Hex | 5D | 72 | 42 | 12 | 0 | 2A | 37 | 56 | 1B | 23 |
| Octal | 135 | 162 | 102 | 22 | 0 | 52 | 67 | 126 | 33 | 43 |
| Binary | 1011101 | 1110010 | 1000010 | 10010 | 0 | 101010 | 110111 | 1010110 | 11011 | 100011 |
Color Harmonies of #5D7242
Complementary color
Monochromatic Colors of #5D7242
Black with #5D7242
Text Example
Text Example
White with #5D7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7242; }
p { color: rgb(93,114,66); }
H1.HeaderClassName
{
color: #5D7242;
}
.AnyTagClassName
{
color: #5D7242;
}
</style>
background-color css
<style>
a { background-color: #5D7242; }
a { background-color: rgb(93,114,66); }
div.DivClassName
{
background-color: #5D7242;
}
.BgClassName
{
background-color: #5D7242;
}
</style>
border-color css
<style>
span { border-color: #5D7242; }
span { border-color: rgb(93,114,66); }
td.TdClassName
{
border-color: #5D7242;
}
.TagClassName
{
border-color: #5D7242;
}
</style>