Shades of Eden #33685E
Tints of Eden #33685E
RGB
CMYK
RGB Variations
Color information
#33685E (or 0x33685E) is known color: Eden. HEX triplet: 33, 68 and 5E. RGB value is (51,104,94). Sum of RGB (Red+Green+Blue) = 51+104+94=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #33685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33685E is #CC97A1. Grayscale: #575757. Windows color (decimal): -13408162 or 6187059. OLE color: 6187059.
HSL color Cylindrical-coordinate representation of color #33685E: hue angle of 168.68º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33685E is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 104 | 94 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.59 |
| HSL | 168.68º | 0.34% | 0.3% | - |
| HSV(B) | 168.68º | 0.51% | 0.41% | - |
| XYZ | 8.34 | 11.41 | 12.35 | - |
| YUV | 87.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 94 | 0.51 | 0 | 0.10 | 0.59 | 168.68 | 0.34 | 0.3 |
| Hex | 33 | 68 | 5E | 33 | 0 | A | 3B | A9 | 22 | 1E |
| Octal | 63 | 150 | 136 | 63 | 0 | 12 | 73 | 251 | 42 | 36 |
| Binary | 110011 | 1101000 | 1011110 | 110011 | 0 | 1010 | 111011 | 10101001 | 100010 | 11110 |
Color Harmonies of #33685E
Complementary color
Monochromatic Colors of #33685E
Black with #33685E
Text Example
Text Example
White with #33685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33685E; }
p { color: rgb(51,104,94); }
H1.HeaderClassName
{
color: #33685E;
}
.AnyTagClassName
{
color: #33685E;
}
</style>
background-color css
<style>
a { background-color: #33685E; }
a { background-color: rgb(51,104,94); }
div.DivClassName
{
background-color: #33685E;
}
.BgClassName
{
background-color: #33685E;
}
</style>
border-color css
<style>
span { border-color: #33685E; }
span { border-color: rgb(51,104,94); }
td.TdClassName
{
border-color: #33685E;
}
.TagClassName
{
border-color: #33685E;
}
</style>