Shades of Eden #325F55
Tints of Eden #325F55
RGB
CMYK
RGB Variations
Color information
#325F55 (or 0x325F55) is known color: Eden. HEX triplet: 32, 5F and 55. RGB value is (50,95,85). Sum of RGB (Red+Green+Blue) = 50+95+85=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #325F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F55 is #CDA0AA. Grayscale: #505050. Windows color (decimal): -13476011 or 5594930. OLE color: 5594930.
HSL color Cylindrical-coordinate representation of color #325F55: hue angle of 166.67º 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 #325F55 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 85 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.63 |
| HSL | 166.67º | 0.31% | 0.28% | - |
| HSV(B) | 166.67º | 0.47% | 0.37% | - |
| XYZ | 7.05 | 9.52 | 10.06 | - |
| YUV | 80.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 85 | 0.47 | 0 | 0.11 | 0.63 | 166.67 | 0.31 | 0.28 |
| Hex | 32 | 5F | 55 | 2F | 0 | B | 3F | A7 | 1F | 1C |
| Octal | 62 | 137 | 125 | 57 | 0 | 13 | 77 | 247 | 37 | 34 |
| Binary | 110010 | 1011111 | 1010101 | 101111 | 0 | 1011 | 111111 | 10100111 | 11111 | 11100 |
Color Harmonies of #325F55
Complementary color
Monochromatic Colors of #325F55
Black with #325F55
Text Example
Text Example
White with #325F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F55; }
p { color: rgb(50,95,85); }
H1.HeaderClassName
{
color: #325F55;
}
.AnyTagClassName
{
color: #325F55;
}
</style>
background-color css
<style>
a { background-color: #325F55; }
a { background-color: rgb(50,95,85); }
div.DivClassName
{
background-color: #325F55;
}
.BgClassName
{
background-color: #325F55;
}
</style>
border-color css
<style>
span { border-color: #325F55; }
span { border-color: rgb(50,95,85); }
td.TdClassName
{
border-color: #325F55;
}
.TagClassName
{
border-color: #325F55;
}
</style>