Shades of Eden #206355
Tints of Eden #206355
RGB
CMYK
RGB Variations
Color information
#206355 (or 0x206355) is known color: Eden. HEX triplet: 20, 63 and 55. RGB value is (32,99,85). Sum of RGB (Red+Green+Blue) = 32+99+85=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #206355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206355 is #DF9CAA. Grayscale: #4D4D4D. Windows color (decimal): -14654635 or 5595936. OLE color: 5595936.
HSL color Cylindrical-coordinate representation of color #206355: hue angle of 167.46º 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 #206355 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 85 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.61 |
| HSL | 167.46º | 0.51% | 0.26% | - |
| HSV(B) | 167.46º | 0.68% | 0.39% | - |
| XYZ | 6.7 | 9.89 | 10.15 | - |
| YUV | 77.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 85 | 0.68 | 0 | 0.14 | 0.61 | 167.46 | 0.51 | 0.26 |
| Hex | 20 | 63 | 55 | 44 | 0 | E | 3D | A7 | 33 | 1A |
| Octal | 40 | 143 | 125 | 104 | 0 | 16 | 75 | 247 | 63 | 32 |
| Binary | 100000 | 1100011 | 1010101 | 1000100 | 0 | 1110 | 111101 | 10100111 | 110011 | 11010 |
Color Harmonies of #206355
Complementary color
Monochromatic Colors of #206355
Black with #206355
Text Example
Text Example
White with #206355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206355; }
p { color: rgb(32,99,85); }
H1.HeaderClassName
{
color: #206355;
}
.AnyTagClassName
{
color: #206355;
}
</style>
background-color css
<style>
a { background-color: #206355; }
a { background-color: rgb(32,99,85); }
div.DivClassName
{
background-color: #206355;
}
.BgClassName
{
background-color: #206355;
}
</style>
border-color css
<style>
span { border-color: #206355; }
span { border-color: rgb(32,99,85); }
td.TdClassName
{
border-color: #206355;
}
.TagClassName
{
border-color: #206355;
}
</style>