Shades of Eden #35665F
Tints of Eden #35665F
RGB
CMYK
RGB Variations
Color information
#35665F (or 0x35665F) is known color: Eden. HEX triplet: 35, 66 and 5F. RGB value is (53,102,95). Sum of RGB (Red+Green+Blue) = 53+102+95=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #35665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35665F is #CA99A0. Grayscale: #565656. Windows color (decimal): -13277601 or 6252085. OLE color: 6252085.
HSL color Cylindrical-coordinate representation of color #35665F: hue angle of 171.43º degrees, saturation: 0.32, 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 #35665F is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 95 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.6 |
| HSL | 171.43º | 0.32% | 0.3% | - |
| HSV(B) | 171.43º | 0.48% | 0.4% | - |
| XYZ | 8.29 | 11.09 | 12.53 | - |
| YUV | 86.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 95 | 0.48 | 0 | 0.07 | 0.6 | 171.43 | 0.32 | 0.3 |
| Hex | 35 | 66 | 5F | 30 | 0 | 7 | 3C | AB | 20 | 1E |
| Octal | 65 | 146 | 137 | 60 | 0 | 7 | 74 | 253 | 40 | 36 |
| Binary | 110101 | 1100110 | 1011111 | 110000 | 0 | 111 | 111100 | 10101011 | 100000 | 11110 |
Color Harmonies of #35665F
Complementary color
Monochromatic Colors of #35665F
Black with #35665F
Text Example
Text Example
White with #35665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35665F; }
p { color: rgb(53,102,95); }
H1.HeaderClassName
{
color: #35665F;
}
.AnyTagClassName
{
color: #35665F;
}
</style>
background-color css
<style>
a { background-color: #35665F; }
a { background-color: rgb(53,102,95); }
div.DivClassName
{
background-color: #35665F;
}
.BgClassName
{
background-color: #35665F;
}
</style>
border-color css
<style>
span { border-color: #35665F; }
span { border-color: rgb(53,102,95); }
td.TdClassName
{
border-color: #35665F;
}
.TagClassName
{
border-color: #35665F;
}
</style>