Shades of Chalet Green #56614A
Tints of Chalet Green #56614A
RGB
CMYK
RGB Variations
Color information
#56614A (or 0x56614A) is known color: Chalet Green. HEX triplet: 56, 61 and 4A. RGB value is (86,97,74). Sum of RGB (Red+Green+Blue) = 86+97+74=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #56614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56614A is #A99EB5. Grayscale: #5B5B5B. Windows color (decimal): -11116214 or 4874582. OLE color: 4874582.
HSL color Cylindrical-coordinate representation of color #56614A: hue angle of 88.7º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #56614A is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 97 | 74 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.62 |
| HSL | 88.7º | 0.13% | 0.34% | - |
| HSV(B) | 88.7º | 0.24% | 0.38% | - |
| XYZ | 9.35 | 11.02 | 8.11 | - |
| YUV | 91.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 74 | 0.11 | 0 | 0.24 | 0.62 | 88.7 | 0.13 | 0.34 |
| Hex | 56 | 61 | 4A | B | 0 | 18 | 3E | 59 | D | 22 |
| Octal | 126 | 141 | 112 | 13 | 0 | 30 | 76 | 131 | 15 | 42 |
| Binary | 1010110 | 1100001 | 1001010 | 1011 | 0 | 11000 | 111110 | 1011001 | 1101 | 100010 |
Color Harmonies of #56614A
Complementary color
Monochromatic Colors of #56614A
Black with #56614A
Text Example
Text Example
White with #56614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56614A; }
p { color: rgb(86,97,74); }
H1.HeaderClassName
{
color: #56614A;
}
.AnyTagClassName
{
color: #56614A;
}
</style>
background-color css
<style>
a { background-color: #56614A; }
a { background-color: rgb(86,97,74); }
div.DivClassName
{
background-color: #56614A;
}
.BgClassName
{
background-color: #56614A;
}
</style>
border-color css
<style>
span { border-color: #56614A; }
span { border-color: rgb(86,97,74); }
td.TdClassName
{
border-color: #56614A;
}
.TagClassName
{
border-color: #56614A;
}
</style>