Shades of Eden #34645C
Tints of Eden #34645C
RGB
CMYK
RGB Variations
Color information
#34645C (or 0x34645C) is known color: Eden. HEX triplet: 34, 64 and 5C. RGB value is (52,100,92). Sum of RGB (Red+Green+Blue) = 52+100+92=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 100 - color contains mainly: green. Hex color #34645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34645C is #CB9BA3. Grayscale: #545454. Windows color (decimal): -13343652 or 6054964. OLE color: 6054964.
HSL color Cylindrical-coordinate representation of color #34645C: hue angle of 170º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34645C is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 100 | 92 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.61 |
| HSL | 170º | 0.32% | 0.3% | - |
| HSV(B) | 170º | 0.48% | 0.39% | - |
| XYZ | 7.91 | 10.62 | 11.76 | - |
| YUV | 84.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 92 | 0.48 | 0 | 0.08 | 0.61 | 170 | 0.32 | 0.3 |
| Hex | 34 | 64 | 5C | 30 | 0 | 8 | 3D | AA | 20 | 1E |
| Octal | 64 | 144 | 134 | 60 | 0 | 10 | 75 | 252 | 40 | 36 |
| Binary | 110100 | 1100100 | 1011100 | 110000 | 0 | 1000 | 111101 | 10101010 | 100000 | 11110 |
Color Harmonies of #34645C
Complementary color
Monochromatic Colors of #34645C
Black with #34645C
Text Example
Text Example
White with #34645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34645C; }
p { color: rgb(52,100,92); }
H1.HeaderClassName
{
color: #34645C;
}
.AnyTagClassName
{
color: #34645C;
}
</style>
background-color css
<style>
a { background-color: #34645C; }
a { background-color: rgb(52,100,92); }
div.DivClassName
{
background-color: #34645C;
}
.BgClassName
{
background-color: #34645C;
}
</style>
border-color css
<style>
span { border-color: #34645C; }
span { border-color: rgb(52,100,92); }
td.TdClassName
{
border-color: #34645C;
}
.TagClassName
{
border-color: #34645C;
}
</style>