Shades of Eden #34665D
Tints of Eden #34665D
RGB
CMYK
RGB Variations
Color information
#34665D (or 0x34665D) is known color: Eden. HEX triplet: 34, 66 and 5D. RGB value is (52,102,93). Sum of RGB (Red+Green+Blue) = 52+102+93=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 102 - color contains mainly: green. Hex color #34665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34665D is #CB99A2. Grayscale: #565656. Windows color (decimal): -13343139 or 6121012. OLE color: 6121012.
HSL color Cylindrical-coordinate representation of color #34665D: hue angle of 169.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34665D is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 102 | 93 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.6 |
| HSL | 169.2º | 0.32% | 0.3% | - |
| HSV(B) | 169.2º | 0.49% | 0.4% | - |
| XYZ | 8.14 | 11.02 | 12.05 | - |
| YUV | 86.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 93 | 0.49 | 0 | 0.09 | 0.6 | 169.2 | 0.32 | 0.3 |
| Hex | 34 | 66 | 5D | 31 | 0 | 9 | 3C | A9 | 20 | 1E |
| Octal | 64 | 146 | 135 | 61 | 0 | 11 | 74 | 251 | 40 | 36 |
| Binary | 110100 | 1100110 | 1011101 | 110001 | 0 | 1001 | 111100 | 10101001 | 100000 | 11110 |
Color Harmonies of #34665D
Complementary color
Monochromatic Colors of #34665D
Black with #34665D
Text Example
Text Example
White with #34665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34665D; }
p { color: rgb(52,102,93); }
H1.HeaderClassName
{
color: #34665D;
}
.AnyTagClassName
{
color: #34665D;
}
</style>
background-color css
<style>
a { background-color: #34665D; }
a { background-color: rgb(52,102,93); }
div.DivClassName
{
background-color: #34665D;
}
.BgClassName
{
background-color: #34665D;
}
</style>
border-color css
<style>
span { border-color: #34665D; }
span { border-color: rgb(52,102,93); }
td.TdClassName
{
border-color: #34665D;
}
.TagClassName
{
border-color: #34665D;
}
</style>