Shades of Eden #356560
Tints of Eden #356560
RGB
CMYK
RGB Variations
Color information
#356560 (or 0x356560) is known color: Eden. HEX triplet: 35, 65 and 60. RGB value is (53,101,96). Sum of RGB (Red+Green+Blue) = 53+101+96=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #356560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356560 is #CA9A9F. Grayscale: #565656. Windows color (decimal): -13277856 or 6317365. OLE color: 6317365.
HSL color Cylindrical-coordinate representation of color #356560: hue angle of 173.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356560 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 96 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.60 |
| HSL | 173.75º | 0.31% | 0.3% | - |
| HSV(B) | 173.75º | 0.48% | 0.4% | - |
| XYZ | 8.23 | 10.91 | 12.74 | - |
| YUV | 86.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 96 | 0.48 | 0 | 0.05 | 0.60 | 173.75 | 0.31 | 0.3 |
| Hex | 35 | 65 | 60 | 30 | 0 | 5 | 3C | AE | 1F | 1E |
| Octal | 65 | 145 | 140 | 60 | 0 | 5 | 74 | 256 | 37 | 36 |
| Binary | 110101 | 1100101 | 1100000 | 110000 | 0 | 101 | 111100 | 10101110 | 11111 | 11110 |
Color Harmonies of #356560
Complementary color
Monochromatic Colors of #356560
Black with #356560
Text Example
Text Example
White with #356560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356560; }
p { color: rgb(53,101,96); }
H1.HeaderClassName
{
color: #356560;
}
.AnyTagClassName
{
color: #356560;
}
</style>
background-color css
<style>
a { background-color: #356560; }
a { background-color: rgb(53,101,96); }
div.DivClassName
{
background-color: #356560;
}
.BgClassName
{
background-color: #356560;
}
</style>
border-color css
<style>
span { border-color: #356560; }
span { border-color: rgb(53,101,96); }
td.TdClassName
{
border-color: #356560;
}
.TagClassName
{
border-color: #356560;
}
</style>