Shades of Chalet Green #5D6E4B
Tints of Chalet Green #5D6E4B
RGB
CMYK
RGB Variations
Color information
#5D6E4B (or 0x5D6E4B) is known color: Chalet Green. HEX triplet: 5D, 6E and 4B. RGB value is (93,110,75). Sum of RGB (Red+Green+Blue) = 93+110+75=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 110 - color contains mainly: green. Hex color #5D6E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6E4B is #A291B4. Grayscale: #656565. Windows color (decimal): -10654133 or 4943453. OLE color: 4943453.
HSL color Cylindrical-coordinate representation of color #5D6E4B: hue angle of 89.14º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D6E4B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 110 | 75 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.57 |
| HSL | 89.14º | 0.19% | 0.36% | - |
| HSV(B) | 89.14º | 0.32% | 0.43% | - |
| XYZ | 11.36 | 13.99 | 8.76 | - |
| YUV | 100.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 110 | 75 | 0.15 | 0 | 0.32 | 0.57 | 89.14 | 0.19 | 0.36 |
| Hex | 5D | 6E | 4B | F | 0 | 20 | 39 | 59 | 13 | 24 |
| Octal | 135 | 156 | 113 | 17 | 0 | 40 | 71 | 131 | 23 | 44 |
| Binary | 1011101 | 1101110 | 1001011 | 1111 | 0 | 100000 | 111001 | 1011001 | 10011 | 100100 |
Color Harmonies of #5D6E4B
Complementary color
Monochromatic Colors of #5D6E4B
Black with #5D6E4B
Text Example
Text Example
White with #5D6E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6E4B; }
p { color: rgb(93,110,75); }
H1.HeaderClassName
{
color: #5D6E4B;
}
.AnyTagClassName
{
color: #5D6E4B;
}
</style>
background-color css
<style>
a { background-color: #5D6E4B; }
a { background-color: rgb(93,110,75); }
div.DivClassName
{
background-color: #5D6E4B;
}
.BgClassName
{
background-color: #5D6E4B;
}
</style>
border-color css
<style>
span { border-color: #5D6E4B; }
span { border-color: rgb(93,110,75); }
td.TdClassName
{
border-color: #5D6E4B;
}
.TagClassName
{
border-color: #5D6E4B;
}
</style>