Shades of Eden #32655C
Tints of Eden #32655C
RGB
CMYK
RGB Variations
Color information
#32655C (or 0x32655C) is known color: Eden. HEX triplet: 32, 65 and 5C. RGB value is (50,101,92). Sum of RGB (Red+Green+Blue) = 50+101+92=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #32655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32655C is #CD9AA3. Grayscale: #545454. Windows color (decimal): -13474468 or 6055218. OLE color: 6055218.
HSL color Cylindrical-coordinate representation of color #32655C: hue angle of 169.41º 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 #32655C is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 92 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.60 |
| HSL | 169.41º | 0.34% | 0.3% | - |
| HSV(B) | 169.41º | 0.5% | 0.4% | - |
| XYZ | 7.9 | 10.76 | 11.79 | - |
| YUV | 84.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 92 | 0.50 | 0 | 0.09 | 0.60 | 169.41 | 0.34 | 0.3 |
| Hex | 32 | 65 | 5C | 32 | 0 | 9 | 3C | A9 | 22 | 1E |
| Octal | 62 | 145 | 134 | 62 | 0 | 11 | 74 | 251 | 42 | 36 |
| Binary | 110010 | 1100101 | 1011100 | 110010 | 0 | 1001 | 111100 | 10101001 | 100010 | 11110 |
Color Harmonies of #32655C
Complementary color
Monochromatic Colors of #32655C
Black with #32655C
Text Example
Text Example
White with #32655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32655C; }
p { color: rgb(50,101,92); }
H1.HeaderClassName
{
color: #32655C;
}
.AnyTagClassName
{
color: #32655C;
}
</style>
background-color css
<style>
a { background-color: #32655C; }
a { background-color: rgb(50,101,92); }
div.DivClassName
{
background-color: #32655C;
}
.BgClassName
{
background-color: #32655C;
}
</style>
border-color css
<style>
span { border-color: #32655C; }
span { border-color: rgb(50,101,92); }
td.TdClassName
{
border-color: #32655C;
}
.TagClassName
{
border-color: #32655C;
}
</style>