Shades of Chalet Green #56693A
Tints of Chalet Green #56693A
RGB
CMYK
RGB Variations
Color information
#56693A (or 0x56693A) is known color: Chalet Green. HEX triplet: 56, 69 and 3A. RGB value is (86,105,58). Sum of RGB (Red+Green+Blue) = 86+105+58=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #56693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56693A is #A996C5. Grayscale: #5E5E5E. Windows color (decimal): -11114182 or 3828054. OLE color: 3828054.
HSL color Cylindrical-coordinate representation of color #56693A: hue angle of 84.26º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56693A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 105 | 58 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.59 |
| HSL | 84.26º | 0.29% | 0.32% | - |
| HSV(B) | 84.26º | 0.45% | 0.41% | - |
| XYZ | 9.65 | 12.39 | 5.89 | - |
| YUV | 93.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 58 | 0.18 | 0 | 0.45 | 0.59 | 84.26 | 0.29 | 0.32 |
| Hex | 56 | 69 | 3A | 12 | 0 | 2D | 3B | 54 | 1D | 20 |
| Octal | 126 | 151 | 72 | 22 | 0 | 55 | 73 | 124 | 35 | 40 |
| Binary | 1010110 | 1101001 | 111010 | 10010 | 0 | 101101 | 111011 | 1010100 | 11101 | 100000 |
Color Harmonies of #56693A
Complementary color
Monochromatic Colors of #56693A
Black with #56693A
Text Example
Text Example
White with #56693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56693A; }
p { color: rgb(86,105,58); }
H1.HeaderClassName
{
color: #56693A;
}
.AnyTagClassName
{
color: #56693A;
}
</style>
background-color css
<style>
a { background-color: #56693A; }
a { background-color: rgb(86,105,58); }
div.DivClassName
{
background-color: #56693A;
}
.BgClassName
{
background-color: #56693A;
}
</style>
border-color css
<style>
span { border-color: #56693A; }
span { border-color: rgb(86,105,58); }
td.TdClassName
{
border-color: #56693A;
}
.TagClassName
{
border-color: #56693A;
}
</style>