Shades of Eden #356258
Tints of Eden #356258
RGB
CMYK
RGB Variations
Color information
#356258 (or 0x356258) is known color: Eden. HEX triplet: 35, 62 and 58. RGB value is (53,98,88). Sum of RGB (Red+Green+Blue) = 53+98+88=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #356258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356258 is #CA9DA7. Grayscale: #535353. Windows color (decimal): -13278632 or 5792309. OLE color: 5792309.
HSL color Cylindrical-coordinate representation of color #356258: hue angle of 166.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356258 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 88 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.62 |
| HSL | 166.67º | 0.3% | 0.3% | - |
| HSV(B) | 166.67º | 0.46% | 0.38% | - |
| XYZ | 7.6 | 10.2 | 10.8 | - |
| YUV | 83.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 88 | 0.46 | 0 | 0.10 | 0.62 | 166.67 | 0.3 | 0.3 |
| Hex | 35 | 62 | 58 | 2E | 0 | A | 3E | A7 | 1E | 1E |
| Octal | 65 | 142 | 130 | 56 | 0 | 12 | 76 | 247 | 36 | 36 |
| Binary | 110101 | 1100010 | 1011000 | 101110 | 0 | 1010 | 111110 | 10100111 | 11110 | 11110 |
Color Harmonies of #356258
Complementary color
Monochromatic Colors of #356258
Black with #356258
Text Example
Text Example
White with #356258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356258; }
p { color: rgb(53,98,88); }
H1.HeaderClassName
{
color: #356258;
}
.AnyTagClassName
{
color: #356258;
}
</style>
background-color css
<style>
a { background-color: #356258; }
a { background-color: rgb(53,98,88); }
div.DivClassName
{
background-color: #356258;
}
.BgClassName
{
background-color: #356258;
}
</style>
border-color css
<style>
span { border-color: #356258; }
span { border-color: rgb(53,98,88); }
td.TdClassName
{
border-color: #356258;
}
.TagClassName
{
border-color: #356258;
}
</style>