Shades of Chalet Green #5A7538
Tints of Chalet Green #5A7538
RGB
CMYK
RGB Variations
Color information
#5A7538 (or 0x5A7538) is known color: Chalet Green. HEX triplet: 5A, 75 and 38. RGB value is (90,117,56). Sum of RGB (Red+Green+Blue) = 90+117+56=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7538 is #A58AC7. Grayscale: #666666. Windows color (decimal): -10848968 or 3700058. OLE color: 3700058.
HSL color Cylindrical-coordinate representation of color #5A7538: hue angle of 86.56º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A7538 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 117 | 56 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.54 |
| HSL | 86.56º | 0.35% | 0.34% | - |
| HSV(B) | 86.56º | 0.52% | 0.46% | - |
| XYZ | 11.29 | 15.18 | 6.08 | - |
| YUV | 101.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 56 | 0.23 | 0 | 0.52 | 0.54 | 86.56 | 0.35 | 0.34 |
| Hex | 5A | 75 | 38 | 17 | 0 | 34 | 36 | 57 | 23 | 22 |
| Octal | 132 | 165 | 70 | 27 | 0 | 64 | 66 | 127 | 43 | 42 |
| Binary | 1011010 | 1110101 | 111000 | 10111 | 0 | 110100 | 110110 | 1010111 | 100011 | 100010 |
Color Harmonies of #5A7538
Complementary color
Monochromatic Colors of #5A7538
Black with #5A7538
Text Example
Text Example
White with #5A7538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7538; }
p { color: rgb(90,117,56); }
H1.HeaderClassName
{
color: #5A7538;
}
.AnyTagClassName
{
color: #5A7538;
}
</style>
background-color css
<style>
a { background-color: #5A7538; }
a { background-color: rgb(90,117,56); }
div.DivClassName
{
background-color: #5A7538;
}
.BgClassName
{
background-color: #5A7538;
}
</style>
border-color css
<style>
span { border-color: #5A7538; }
span { border-color: rgb(90,117,56); }
td.TdClassName
{
border-color: #5A7538;
}
.TagClassName
{
border-color: #5A7538;
}
</style>