Shades of Eden #206354
Tints of Eden #206354
RGB
CMYK
RGB Variations
Color information
#206354 (or 0x206354) is known color: Eden. HEX triplet: 20, 63 and 54. RGB value is (32,99,84). Sum of RGB (Red+Green+Blue) = 32+99+84=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #206354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206354 is #DF9CAB. Grayscale: #4D4D4D. Windows color (decimal): -14654636 or 5530400. OLE color: 5530400.
HSL color Cylindrical-coordinate representation of color #206354: hue angle of 166.57º 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 #206354 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 84 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.61 |
| HSL | 166.57º | 0.51% | 0.26% | - |
| HSV(B) | 166.57º | 0.68% | 0.39% | - |
| XYZ | 6.66 | 9.87 | 9.94 | - |
| YUV | 77.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 84 | 0.68 | 0 | 0.15 | 0.61 | 166.57 | 0.51 | 0.26 |
| Hex | 20 | 63 | 54 | 44 | 0 | F | 3D | A7 | 33 | 1A |
| Octal | 40 | 143 | 124 | 104 | 0 | 17 | 75 | 247 | 63 | 32 |
| Binary | 100000 | 1100011 | 1010100 | 1000100 | 0 | 1111 | 111101 | 10100111 | 110011 | 11010 |
Color Harmonies of #206354
Complementary color
Monochromatic Colors of #206354
Black with #206354
Text Example
Text Example
White with #206354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206354; }
p { color: rgb(32,99,84); }
H1.HeaderClassName
{
color: #206354;
}
.AnyTagClassName
{
color: #206354;
}
</style>
background-color css
<style>
a { background-color: #206354; }
a { background-color: rgb(32,99,84); }
div.DivClassName
{
background-color: #206354;
}
.BgClassName
{
background-color: #206354;
}
</style>
border-color css
<style>
span { border-color: #206354; }
span { border-color: rgb(32,99,84); }
td.TdClassName
{
border-color: #206354;
}
.TagClassName
{
border-color: #206354;
}
</style>