Shades of Eden #35685C
Tints of Eden #35685C
RGB
CMYK
RGB Variations
Color information
#35685C (or 0x35685C) is known color: Eden. HEX triplet: 35, 68 and 5C. RGB value is (53,104,92). Sum of RGB (Red+Green+Blue) = 53+104+92=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #35685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35685C is #CA97A3. Grayscale: #575757. Windows color (decimal): -13277092 or 6055989. OLE color: 6055989.
HSL color Cylindrical-coordinate representation of color #35685C: hue angle of 165.88º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35685C is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 92 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.59 |
| HSL | 165.88º | 0.32% | 0.31% | - |
| HSV(B) | 165.88º | 0.49% | 0.41% | - |
| XYZ | 8.35 | 11.43 | 11.89 | - |
| YUV | 87.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 92 | 0.49 | 0 | 0.12 | 0.59 | 165.88 | 0.32 | 0.31 |
| Hex | 35 | 68 | 5C | 31 | 0 | C | 3B | A6 | 20 | 1F |
| Octal | 65 | 150 | 134 | 61 | 0 | 14 | 73 | 246 | 40 | 37 |
| Binary | 110101 | 1101000 | 1011100 | 110001 | 0 | 1100 | 111011 | 10100110 | 100000 | 11111 |
Color Harmonies of #35685C
Complementary color
Monochromatic Colors of #35685C
Black with #35685C
Text Example
Text Example
White with #35685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35685C; }
p { color: rgb(53,104,92); }
H1.HeaderClassName
{
color: #35685C;
}
.AnyTagClassName
{
color: #35685C;
}
</style>
background-color css
<style>
a { background-color: #35685C; }
a { background-color: rgb(53,104,92); }
div.DivClassName
{
background-color: #35685C;
}
.BgClassName
{
background-color: #35685C;
}
</style>
border-color css
<style>
span { border-color: #35685C; }
span { border-color: rgb(53,104,92); }
td.TdClassName
{
border-color: #35685C;
}
.TagClassName
{
border-color: #35685C;
}
</style>