Shades of Eden #35655C
Tints of Eden #35655C
RGB
CMYK
RGB Variations
Color information
#35655C (or 0x35655C) is known color: Eden. HEX triplet: 35, 65 and 5C. RGB value is (53,101,92). Sum of RGB (Red+Green+Blue) = 53+101+92=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #35655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35655C is #CA9AA3. Grayscale: #555555. Windows color (decimal): -13277860 or 6055221. OLE color: 6055221.
HSL color Cylindrical-coordinate representation of color #35655C: hue angle of 168.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 #35655C is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 92 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.60 |
| HSL | 168.75º | 0.31% | 0.3% | - |
| HSV(B) | 168.75º | 0.48% | 0.4% | - |
| XYZ | 8.05 | 10.84 | 11.79 | - |
| YUV | 85.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 92 | 0.48 | 0 | 0.09 | 0.60 | 168.75 | 0.31 | 0.3 |
| Hex | 35 | 65 | 5C | 30 | 0 | 9 | 3C | A9 | 1F | 1E |
| Octal | 65 | 145 | 134 | 60 | 0 | 11 | 74 | 251 | 37 | 36 |
| Binary | 110101 | 1100101 | 1011100 | 110000 | 0 | 1001 | 111100 | 10101001 | 11111 | 11110 |
Color Harmonies of #35655C
Complementary color
Monochromatic Colors of #35655C
Black with #35655C
Text Example
Text Example
White with #35655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35655C; }
p { color: rgb(53,101,92); }
H1.HeaderClassName
{
color: #35655C;
}
.AnyTagClassName
{
color: #35655C;
}
</style>
background-color css
<style>
a { background-color: #35655C; }
a { background-color: rgb(53,101,92); }
div.DivClassName
{
background-color: #35655C;
}
.BgClassName
{
background-color: #35655C;
}
</style>
border-color css
<style>
span { border-color: #35655C; }
span { border-color: rgb(53,101,92); }
td.TdClassName
{
border-color: #35655C;
}
.TagClassName
{
border-color: #35655C;
}
</style>