Shades of Eden #32655F
Tints of Eden #32655F
RGB
CMYK
RGB Variations
Color information
#32655F (or 0x32655F) is known color: Eden. HEX triplet: 32, 65 and 5F. RGB value is (50,101,95). Sum of RGB (Red+Green+Blue) = 50+101+95=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #32655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32655F is #CD9AA0. Grayscale: #555555. Windows color (decimal): -13474465 or 6251826. OLE color: 6251826.
HSL color Cylindrical-coordinate representation of color #32655F: hue angle of 172.94º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32655F is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 95 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.60 |
| HSL | 172.94º | 0.34% | 0.3% | - |
| HSV(B) | 172.94º | 0.5% | 0.4% | - |
| XYZ | 8.03 | 10.81 | 12.49 | - |
| YUV | 85.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 95 | 0.50 | 0 | 0.06 | 0.60 | 172.94 | 0.34 | 0.3 |
| Hex | 32 | 65 | 5F | 32 | 0 | 6 | 3C | AD | 22 | 1E |
| Octal | 62 | 145 | 137 | 62 | 0 | 6 | 74 | 255 | 42 | 36 |
| Binary | 110010 | 1100101 | 1011111 | 110010 | 0 | 110 | 111100 | 10101101 | 100010 | 11110 |
Color Harmonies of #32655F
Complementary color
Monochromatic Colors of #32655F
Black with #32655F
Text Example
Text Example
White with #32655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32655F; }
p { color: rgb(50,101,95); }
H1.HeaderClassName
{
color: #32655F;
}
.AnyTagClassName
{
color: #32655F;
}
</style>
background-color css
<style>
a { background-color: #32655F; }
a { background-color: rgb(50,101,95); }
div.DivClassName
{
background-color: #32655F;
}
.BgClassName
{
background-color: #32655F;
}
</style>
border-color css
<style>
span { border-color: #32655F; }
span { border-color: rgb(50,101,95); }
td.TdClassName
{
border-color: #32655F;
}
.TagClassName
{
border-color: #32655F;
}
</style>