Shades of Eden #32655B
Tints of Eden #32655B
RGB
CMYK
RGB Variations
Color information
#32655B (or 0x32655B) is known color: Eden. HEX triplet: 32, 65 and 5B. RGB value is (50,101,91). Sum of RGB (Red+Green+Blue) = 50+101+91=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #32655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32655B is #CD9AA4. Grayscale: #545454. Windows color (decimal): -13474469 or 5989682. OLE color: 5989682.
HSL color Cylindrical-coordinate representation of color #32655B: hue angle of 168.24º 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 #32655B is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 91 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.60 |
| HSL | 168.24º | 0.34% | 0.3% | - |
| HSV(B) | 168.24º | 0.5% | 0.4% | - |
| XYZ | 7.86 | 10.74 | 11.56 | - |
| YUV | 84.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 91 | 0.50 | 0 | 0.10 | 0.60 | 168.24 | 0.34 | 0.3 |
| Hex | 32 | 65 | 5B | 32 | 0 | A | 3C | A8 | 22 | 1E |
| Octal | 62 | 145 | 133 | 62 | 0 | 12 | 74 | 250 | 42 | 36 |
| Binary | 110010 | 1100101 | 1011011 | 110010 | 0 | 1010 | 111100 | 10101000 | 100010 | 11110 |
Color Harmonies of #32655B
Complementary color
Monochromatic Colors of #32655B
Black with #32655B
Text Example
Text Example
White with #32655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32655B; }
p { color: rgb(50,101,91); }
H1.HeaderClassName
{
color: #32655B;
}
.AnyTagClassName
{
color: #32655B;
}
</style>
background-color css
<style>
a { background-color: #32655B; }
a { background-color: rgb(50,101,91); }
div.DivClassName
{
background-color: #32655B;
}
.BgClassName
{
background-color: #32655B;
}
</style>
border-color css
<style>
span { border-color: #32655B; }
span { border-color: rgb(50,101,91); }
td.TdClassName
{
border-color: #32655B;
}
.TagClassName
{
border-color: #32655B;
}
</style>