Shades of Eden #326662
Tints of Eden #326662
RGB
CMYK
RGB Variations
Color information
#326662 (or 0x326662) is known color: Eden. HEX triplet: 32, 66 and 62. RGB value is (50,102,98). Sum of RGB (Red+Green+Blue) = 50+102+98=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #326662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326662 is #CD999D. Grayscale: #555555. Windows color (decimal): -13474206 or 6448690. OLE color: 6448690.
HSL color Cylindrical-coordinate representation of color #326662: hue angle of 175.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326662 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 98 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.6 |
| HSL | 175.38º | 0.34% | 0.3% | - |
| HSV(B) | 175.38º | 0.51% | 0.4% | - |
| XYZ | 8.27 | 11.06 | 13.25 | - |
| YUV | 86 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 98 | 0.51 | 0 | 0.04 | 0.6 | 175.38 | 0.34 | 0.3 |
| Hex | 32 | 66 | 62 | 33 | 0 | 4 | 3C | AF | 22 | 1E |
| Octal | 62 | 146 | 142 | 63 | 0 | 4 | 74 | 257 | 42 | 36 |
| Binary | 110010 | 1100110 | 1100010 | 110011 | 0 | 100 | 111100 | 10101111 | 100010 | 11110 |
Color Harmonies of #326662
Complementary color
Monochromatic Colors of #326662
Black with #326662
Text Example
Text Example
White with #326662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326662; }
p { color: rgb(50,102,98); }
H1.HeaderClassName
{
color: #326662;
}
.AnyTagClassName
{
color: #326662;
}
</style>
background-color css
<style>
a { background-color: #326662; }
a { background-color: rgb(50,102,98); }
div.DivClassName
{
background-color: #326662;
}
.BgClassName
{
background-color: #326662;
}
</style>
border-color css
<style>
span { border-color: #326662; }
span { border-color: rgb(50,102,98); }
td.TdClassName
{
border-color: #326662;
}
.TagClassName
{
border-color: #326662;
}
</style>