Shades of Eden #32665D
Tints of Eden #32665D
RGB
CMYK
RGB Variations
Color information
#32665D (or 0x32665D) is known color: Eden. HEX triplet: 32, 66 and 5D. RGB value is (50,102,93). Sum of RGB (Red+Green+Blue) = 50+102+93=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #32665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32665D is #CD99A2. Grayscale: #555555. Windows color (decimal): -13474211 or 6121010. OLE color: 6121010.
HSL color Cylindrical-coordinate representation of color #32665D: hue angle of 169.62º 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 #32665D is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 93 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.6 |
| HSL | 169.62º | 0.34% | 0.3% | - |
| HSV(B) | 169.62º | 0.51% | 0.4% | - |
| XYZ | 8.04 | 10.97 | 12.05 | - |
| YUV | 85.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 93 | 0.51 | 0 | 0.09 | 0.6 | 169.62 | 0.34 | 0.3 |
| Hex | 32 | 66 | 5D | 33 | 0 | 9 | 3C | AA | 22 | 1E |
| Octal | 62 | 146 | 135 | 63 | 0 | 11 | 74 | 252 | 42 | 36 |
| Binary | 110010 | 1100110 | 1011101 | 110011 | 0 | 1001 | 111100 | 10101010 | 100010 | 11110 |
Color Harmonies of #32665D
Complementary color
Monochromatic Colors of #32665D
Black with #32665D
Text Example
Text Example
White with #32665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32665D; }
p { color: rgb(50,102,93); }
H1.HeaderClassName
{
color: #32665D;
}
.AnyTagClassName
{
color: #32665D;
}
</style>
background-color css
<style>
a { background-color: #32665D; }
a { background-color: rgb(50,102,93); }
div.DivClassName
{
background-color: #32665D;
}
.BgClassName
{
background-color: #32665D;
}
</style>
border-color css
<style>
span { border-color: #32665D; }
span { border-color: rgb(50,102,93); }
td.TdClassName
{
border-color: #32665D;
}
.TagClassName
{
border-color: #32665D;
}
</style>