Shades of Eden #33695D
Tints of Eden #33695D
RGB
CMYK
RGB Variations
Color information
#33695D (or 0x33695D) is known color: Eden. HEX triplet: 33, 69 and 5D. RGB value is (51,105,93). Sum of RGB (Red+Green+Blue) = 51+105+93=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #33695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33695D is #CC96A2. Grayscale: #575757. Windows color (decimal): -13407907 or 6121779. OLE color: 6121779.
HSL color Cylindrical-coordinate representation of color #33695D: hue angle of 166.67º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33695D is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 105 | 93 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.59 |
| HSL | 166.67º | 0.35% | 0.31% | - |
| HSV(B) | 166.67º | 0.51% | 0.41% | - |
| XYZ | 8.39 | 11.6 | 12.15 | - |
| YUV | 87.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 93 | 0.51 | 0 | 0.11 | 0.59 | 166.67 | 0.35 | 0.31 |
| Hex | 33 | 69 | 5D | 33 | 0 | B | 3B | A7 | 23 | 1F |
| Octal | 63 | 151 | 135 | 63 | 0 | 13 | 73 | 247 | 43 | 37 |
| Binary | 110011 | 1101001 | 1011101 | 110011 | 0 | 1011 | 111011 | 10100111 | 100011 | 11111 |
Color Harmonies of #33695D
Complementary color
Monochromatic Colors of #33695D
Black with #33695D
Text Example
Text Example
White with #33695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33695D; }
p { color: rgb(51,105,93); }
H1.HeaderClassName
{
color: #33695D;
}
.AnyTagClassName
{
color: #33695D;
}
</style>
background-color css
<style>
a { background-color: #33695D; }
a { background-color: rgb(51,105,93); }
div.DivClassName
{
background-color: #33695D;
}
.BgClassName
{
background-color: #33695D;
}
</style>
border-color css
<style>
span { border-color: #33695D; }
span { border-color: rgb(51,105,93); }
td.TdClassName
{
border-color: #33695D;
}
.TagClassName
{
border-color: #33695D;
}
</style>