Shades of Eden #32645B
Tints of Eden #32645B
RGB
CMYK
RGB Variations
Color information
#32645B (or 0x32645B) is known color: Eden. HEX triplet: 32, 64 and 5B. RGB value is (50,100,91). Sum of RGB (Red+Green+Blue) = 50+100+91=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #32645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32645B is #CD9BA4. Grayscale: #545454. Windows color (decimal): -13474725 or 5989426. OLE color: 5989426.
HSL color Cylindrical-coordinate representation of color #32645B: hue angle of 169.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32645B is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 91 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.61 |
| HSL | 169.2º | 0.33% | 0.29% | - |
| HSV(B) | 169.2º | 0.5% | 0.39% | - |
| XYZ | 7.76 | 10.55 | 11.52 | - |
| YUV | 84.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 91 | 0.50 | 0 | 0.09 | 0.61 | 169.2 | 0.33 | 0.29 |
| Hex | 32 | 64 | 5B | 32 | 0 | 9 | 3D | A9 | 21 | 1D |
| Octal | 62 | 144 | 133 | 62 | 0 | 11 | 75 | 251 | 41 | 35 |
| Binary | 110010 | 1100100 | 1011011 | 110010 | 0 | 1001 | 111101 | 10101001 | 100001 | 11101 |
Color Harmonies of #32645B
Complementary color
Monochromatic Colors of #32645B
Black with #32645B
Text Example
Text Example
White with #32645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32645B; }
p { color: rgb(50,100,91); }
H1.HeaderClassName
{
color: #32645B;
}
.AnyTagClassName
{
color: #32645B;
}
</style>
background-color css
<style>
a { background-color: #32645B; }
a { background-color: rgb(50,100,91); }
div.DivClassName
{
background-color: #32645B;
}
.BgClassName
{
background-color: #32645B;
}
</style>
border-color css
<style>
span { border-color: #32645B; }
span { border-color: rgb(50,100,91); }
td.TdClassName
{
border-color: #32645B;
}
.TagClassName
{
border-color: #32645B;
}
</style>