Shades of Chalet Green #566A48
Tints of Chalet Green #566A48
RGB
CMYK
RGB Variations
Color information
#566A48 (or 0x566A48) is known color: Chalet Green. HEX triplet: 56, 6A and 48. RGB value is (86,106,72). Sum of RGB (Red+Green+Blue) = 86+106+72=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #566A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566A48 is #A995B7. Grayscale: #606060. Windows color (decimal): -11113912 or 4745814. OLE color: 4745814.
HSL color Cylindrical-coordinate representation of color #566A48: hue angle of 95.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #566A48 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 106 | 72 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.58 |
| HSL | 95.29º | 0.19% | 0.35% | - |
| HSV(B) | 95.29º | 0.32% | 0.42% | - |
| XYZ | 10.16 | 12.75 | 8.06 | - |
| YUV | 96.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 72 | 0.19 | 0 | 0.32 | 0.58 | 95.29 | 0.19 | 0.35 |
| Hex | 56 | 6A | 48 | 13 | 0 | 20 | 3A | 5F | 13 | 23 |
| Octal | 126 | 152 | 110 | 23 | 0 | 40 | 72 | 137 | 23 | 43 |
| Binary | 1010110 | 1101010 | 1001000 | 10011 | 0 | 100000 | 111010 | 1011111 | 10011 | 100011 |
Color Harmonies of #566A48
Complementary color
Monochromatic Colors of #566A48
Black with #566A48
Text Example
Text Example
White with #566A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A48; }
p { color: rgb(86,106,72); }
H1.HeaderClassName
{
color: #566A48;
}
.AnyTagClassName
{
color: #566A48;
}
</style>
background-color css
<style>
a { background-color: #566A48; }
a { background-color: rgb(86,106,72); }
div.DivClassName
{
background-color: #566A48;
}
.BgClassName
{
background-color: #566A48;
}
</style>
border-color css
<style>
span { border-color: #566A48; }
span { border-color: rgb(86,106,72); }
td.TdClassName
{
border-color: #566A48;
}
.TagClassName
{
border-color: #566A48;
}
</style>