Shades of Eden #356761
Tints of Eden #356761
RGB
CMYK
RGB Variations
Color information
#356761 (or 0x356761) is known color: Eden. HEX triplet: 35, 67 and 61. RGB value is (53,103,97). Sum of RGB (Red+Green+Blue) = 53+103+97=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #356761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356761 is #CA989E. Grayscale: #575757. Windows color (decimal): -13277343 or 6383413. OLE color: 6383413.
HSL color Cylindrical-coordinate representation of color #356761: hue angle of 172.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356761 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 103 | 97 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.60 |
| HSL | 172.8º | 0.32% | 0.31% | - |
| HSV(B) | 172.8º | 0.49% | 0.4% | - |
| XYZ | 8.48 | 11.32 | 13.05 | - |
| YUV | 87.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 97 | 0.49 | 0 | 0.06 | 0.60 | 172.8 | 0.32 | 0.31 |
| Hex | 35 | 67 | 61 | 31 | 0 | 6 | 3C | AD | 20 | 1F |
| Octal | 65 | 147 | 141 | 61 | 0 | 6 | 74 | 255 | 40 | 37 |
| Binary | 110101 | 1100111 | 1100001 | 110001 | 0 | 110 | 111100 | 10101101 | 100000 | 11111 |
Color Harmonies of #356761
Complementary color
Monochromatic Colors of #356761
Black with #356761
Text Example
Text Example
White with #356761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356761; }
p { color: rgb(53,103,97); }
H1.HeaderClassName
{
color: #356761;
}
.AnyTagClassName
{
color: #356761;
}
</style>
background-color css
<style>
a { background-color: #356761; }
a { background-color: rgb(53,103,97); }
div.DivClassName
{
background-color: #356761;
}
.BgClassName
{
background-color: #356761;
}
</style>
border-color css
<style>
span { border-color: #356761; }
span { border-color: rgb(53,103,97); }
td.TdClassName
{
border-color: #356761;
}
.TagClassName
{
border-color: #356761;
}
</style>