Shades of Eden #206356
Tints of Eden #206356
RGB
CMYK
RGB Variations
Color information
#206356 (or 0x206356) is known color: Eden. HEX triplet: 20, 63 and 56. RGB value is (32,99,86). Sum of RGB (Red+Green+Blue) = 32+99+86=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #206356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206356 is #DF9CA9. Grayscale: #4D4D4D. Windows color (decimal): -14654634 or 5661472. OLE color: 5661472.
HSL color Cylindrical-coordinate representation of color #206356: hue angle of 168.36º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206356 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 86 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.61 |
| HSL | 168.36º | 0.51% | 0.26% | - |
| HSV(B) | 168.36º | 0.68% | 0.39% | - |
| XYZ | 6.74 | 9.9 | 10.36 | - |
| YUV | 77.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 86 | 0.68 | 0 | 0.13 | 0.61 | 168.36 | 0.51 | 0.26 |
| Hex | 20 | 63 | 56 | 44 | 0 | D | 3D | A8 | 33 | 1A |
| Octal | 40 | 143 | 126 | 104 | 0 | 15 | 75 | 250 | 63 | 32 |
| Binary | 100000 | 1100011 | 1010110 | 1000100 | 0 | 1101 | 111101 | 10101000 | 110011 | 11010 |
Color Harmonies of #206356
Complementary color
Monochromatic Colors of #206356
Black with #206356
Text Example
Text Example
White with #206356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206356; }
p { color: rgb(32,99,86); }
H1.HeaderClassName
{
color: #206356;
}
.AnyTagClassName
{
color: #206356;
}
</style>
background-color css
<style>
a { background-color: #206356; }
a { background-color: rgb(32,99,86); }
div.DivClassName
{
background-color: #206356;
}
.BgClassName
{
background-color: #206356;
}
</style>
border-color css
<style>
span { border-color: #206356; }
span { border-color: rgb(32,99,86); }
td.TdClassName
{
border-color: #206356;
}
.TagClassName
{
border-color: #206356;
}
</style>