Shades of Chalet Green #5E684D
Tints of Chalet Green #5E684D
RGB
CMYK
RGB Variations
Color information
#5E684D (or 0x5E684D) is known color: Chalet Green. HEX triplet: 5E, 68 and 4D. RGB value is (94,104,77). Sum of RGB (Red+Green+Blue) = 94+104+77=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #5E684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E684D is #A197B2. Grayscale: #626262. Windows color (decimal): -10590131 or 5072990. OLE color: 5072990.
HSL color Cylindrical-coordinate representation of color #5E684D: hue angle of 82.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E684D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
RGB | 94 | 104 | 77 | - |
CMYK | 0.10 | 0 | 0.26 | 0.59 |
HSL | 82.22º | 0.15% | 0.35% | - |
HSV(B) | 82.22º | 0.26% | 0.41% | - |
XYZ | 10.91 | 12.82 | 8.92 | - |
YUV | 97.93 | 116.19 | 125.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 104 | 77 | 0.10 | 0 | 0.26 | 0.59 | 82.22 | 0.15 | 0.35 |
Hex | 5E | 68 | 4D | A | 0 | 1A | 3B | 52 | F | 23 |
Octal | 136 | 150 | 115 | 12 | 0 | 32 | 73 | 122 | 17 | 43 |
Binary | 1011110 | 1101000 | 1001101 | 1010 | 0 | 11010 | 111011 | 1010010 | 1111 | 100011 |
Color Harmonies of #5E684D
Complementary color
Monochromatic Colors of #5E684D
Black with #5E684D
Text Example
Text Example
White with #5E684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E684D; }
p { color: rgb(94,104,77); }
H1.HeaderClassName
{
color: #5E684D;
}
.AnyTagClassName
{
color: #5E684D;
}
</style>
background-color css
<style>
a { background-color: #5E684D; }
a { background-color: rgb(94,104,77); }
div.DivClassName
{
background-color: #5E684D;
}
.BgClassName
{
background-color: #5E684D;
}
</style>
border-color css
<style>
span { border-color: #5E684D; }
span { border-color: rgb(94,104,77); }
td.TdClassName
{
border-color: #5E684D;
}
.TagClassName
{
border-color: #5E684D;
}
</style>