Shades of Eden #32675F
Tints of Eden #32675F
RGB
CMYK
RGB Variations
Color information
#32675F (or 0x32675F) is known color: Eden. HEX triplet: 32, 67 and 5F. RGB value is (50,103,95). Sum of RGB (Red+Green+Blue) = 50+103+95=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #32675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32675F is #CD98A0. Grayscale: #565656. Windows color (decimal): -13473953 or 6252338. OLE color: 6252338.
HSL color Cylindrical-coordinate representation of color #32675F: hue angle of 170.94º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32675F is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 103 | 95 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.60 |
| HSL | 170.94º | 0.35% | 0.3% | - |
| HSV(B) | 170.94º | 0.51% | 0.4% | - |
| XYZ | 8.23 | 11.2 | 12.56 | - |
| YUV | 86.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 95 | 0.51 | 0 | 0.08 | 0.60 | 170.94 | 0.35 | 0.3 |
| Hex | 32 | 67 | 5F | 33 | 0 | 8 | 3C | AB | 23 | 1E |
| Octal | 62 | 147 | 137 | 63 | 0 | 10 | 74 | 253 | 43 | 36 |
| Binary | 110010 | 1100111 | 1011111 | 110011 | 0 | 1000 | 111100 | 10101011 | 100011 | 11110 |
Color Harmonies of #32675F
Complementary color
Monochromatic Colors of #32675F
Black with #32675F
Text Example
Text Example
White with #32675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32675F; }
p { color: rgb(50,103,95); }
H1.HeaderClassName
{
color: #32675F;
}
.AnyTagClassName
{
color: #32675F;
}
</style>
background-color css
<style>
a { background-color: #32675F; }
a { background-color: rgb(50,103,95); }
div.DivClassName
{
background-color: #32675F;
}
.BgClassName
{
background-color: #32675F;
}
</style>
border-color css
<style>
span { border-color: #32675F; }
span { border-color: rgb(50,103,95); }
td.TdClassName
{
border-color: #32675F;
}
.TagClassName
{
border-color: #32675F;
}
</style>