Shades of Eden #325F59
Tints of Eden #325F59
RGB
CMYK
RGB Variations
Color information
#325F59 (or 0x325F59) is known color: Eden. HEX triplet: 32, 5F and 59. RGB value is (50,95,89). Sum of RGB (Red+Green+Blue) = 50+95+89=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #325F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F59 is #CDA0A6. Grayscale: #505050. Windows color (decimal): -13476007 or 5857074. OLE color: 5857074.
HSL color Cylindrical-coordinate representation of color #325F59: hue angle of 172º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F59 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 89 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.63 |
| HSL | 172º | 0.31% | 0.28% | - |
| HSV(B) | 172º | 0.47% | 0.37% | - |
| XYZ | 7.21 | 9.58 | 10.92 | - |
| YUV | 80.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 89 | 0.47 | 0 | 0.06 | 0.63 | 172 | 0.31 | 0.28 |
| Hex | 32 | 5F | 59 | 2F | 0 | 6 | 3F | AC | 1F | 1C |
| Octal | 62 | 137 | 131 | 57 | 0 | 6 | 77 | 254 | 37 | 34 |
| Binary | 110010 | 1011111 | 1011001 | 101111 | 0 | 110 | 111111 | 10101100 | 11111 | 11100 |
Color Harmonies of #325F59
Complementary color
Monochromatic Colors of #325F59
Black with #325F59
Text Example
Text Example
White with #325F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F59; }
p { color: rgb(50,95,89); }
H1.HeaderClassName
{
color: #325F59;
}
.AnyTagClassName
{
color: #325F59;
}
</style>
background-color css
<style>
a { background-color: #325F59; }
a { background-color: rgb(50,95,89); }
div.DivClassName
{
background-color: #325F59;
}
.BgClassName
{
background-color: #325F59;
}
</style>
border-color css
<style>
span { border-color: #325F59; }
span { border-color: rgb(50,95,89); }
td.TdClassName
{
border-color: #325F59;
}
.TagClassName
{
border-color: #325F59;
}
</style>