Shades of Eden #33685D
Tints of Eden #33685D
RGB
CMYK
RGB Variations
Color information
#33685D (or 0x33685D) is known color: Eden. HEX triplet: 33, 68 and 5D. RGB value is (51,104,93). Sum of RGB (Red+Green+Blue) = 51+104+93=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #33685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33685D is #CC97A2. Grayscale: #565656. Windows color (decimal): -13408163 or 6121523. OLE color: 6121523.
HSL color Cylindrical-coordinate representation of color #33685D: hue angle of 167.55º 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 #33685D is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 104 | 93 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.59 |
| HSL | 167.55º | 0.34% | 0.3% | - |
| HSV(B) | 167.55º | 0.51% | 0.41% | - |
| XYZ | 8.29 | 11.39 | 12.12 | - |
| YUV | 86.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 93 | 0.51 | 0 | 0.11 | 0.59 | 167.55 | 0.34 | 0.3 |
| Hex | 33 | 68 | 5D | 33 | 0 | B | 3B | A8 | 22 | 1E |
| Octal | 63 | 150 | 135 | 63 | 0 | 13 | 73 | 250 | 42 | 36 |
| Binary | 110011 | 1101000 | 1011101 | 110011 | 0 | 1011 | 111011 | 10101000 | 100010 | 11110 |
Color Harmonies of #33685D
Complementary color
Monochromatic Colors of #33685D
Black with #33685D
Text Example
Text Example
White with #33685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33685D; }
p { color: rgb(51,104,93); }
H1.HeaderClassName
{
color: #33685D;
}
.AnyTagClassName
{
color: #33685D;
}
</style>
background-color css
<style>
a { background-color: #33685D; }
a { background-color: rgb(51,104,93); }
div.DivClassName
{
background-color: #33685D;
}
.BgClassName
{
background-color: #33685D;
}
</style>
border-color css
<style>
span { border-color: #33685D; }
span { border-color: rgb(51,104,93); }
td.TdClassName
{
border-color: #33685D;
}
.TagClassName
{
border-color: #33685D;
}
</style>