Shades of Chalet Green #5A684A
Tints of Chalet Green #5A684A
RGB
CMYK
RGB Variations
Color information
#5A684A (or 0x5A684A) is known color: Chalet Green. HEX triplet: 5A, 68 and 4A. RGB value is (90,104,74). Sum of RGB (Red+Green+Blue) = 90+104+74=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #5A684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A684A is #A597B5. Grayscale: #606060. Windows color (decimal): -10852278 or 4876378. OLE color: 4876378.
HSL color Cylindrical-coordinate representation of color #5A684A: hue angle of 88º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A684A is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 74 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.59 |
| HSL | 88º | 0.17% | 0.35% | - |
| HSV(B) | 88º | 0.29% | 0.41% | - |
| XYZ | 10.4 | 12.57 | 8.36 | - |
| YUV | 96.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 74 | 0.13 | 0 | 0.29 | 0.59 | 88 | 0.17 | 0.35 |
| Hex | 5A | 68 | 4A | D | 0 | 1D | 3B | 58 | 11 | 23 |
| Octal | 132 | 150 | 112 | 15 | 0 | 35 | 73 | 130 | 21 | 43 |
| Binary | 1011010 | 1101000 | 1001010 | 1101 | 0 | 11101 | 111011 | 1011000 | 10001 | 100011 |
Color Harmonies of #5A684A
Complementary color
Monochromatic Colors of #5A684A
Black with #5A684A
Text Example
Text Example
White with #5A684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A684A; }
p { color: rgb(90,104,74); }
H1.HeaderClassName
{
color: #5A684A;
}
.AnyTagClassName
{
color: #5A684A;
}
</style>
background-color css
<style>
a { background-color: #5A684A; }
a { background-color: rgb(90,104,74); }
div.DivClassName
{
background-color: #5A684A;
}
.BgClassName
{
background-color: #5A684A;
}
</style>
border-color css
<style>
span { border-color: #5A684A; }
span { border-color: rgb(90,104,74); }
td.TdClassName
{
border-color: #5A684A;
}
.TagClassName
{
border-color: #5A684A;
}
</style>