Shades of Eden #345D56
Tints of Eden #345D56
RGB
CMYK
RGB Variations
Color information
#345D56 (or 0x345D56) is known color: Eden. HEX triplet: 34, 5D and 56. RGB value is (52,93,86). Sum of RGB (Red+Green+Blue) = 52+93+86=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #345D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D56 is #CBA2A9. Grayscale: #4F4F4F. Windows color (decimal): -13345450 or 5659956. OLE color: 5659956.
HSL color Cylindrical-coordinate representation of color #345D56: hue angle of 169.76º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D56 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 86 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.64 |
| HSL | 169.76º | 0.28% | 0.28% | - |
| HSV(B) | 169.76º | 0.44% | 0.36% | - |
| XYZ | 7.01 | 9.23 | 10.22 | - |
| YUV | 79.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 86 | 0.44 | 0 | 0.08 | 0.64 | 169.76 | 0.28 | 0.28 |
| Hex | 34 | 5D | 56 | 2C | 0 | 8 | 40 | AA | 1C | 1C |
| Octal | 64 | 135 | 126 | 54 | 0 | 10 | 100 | 252 | 34 | 34 |
| Binary | 110100 | 1011101 | 1010110 | 101100 | 0 | 1000 | 1000000 | 10101010 | 11100 | 11100 |
Color Harmonies of #345D56
Complementary color
Monochromatic Colors of #345D56
Black with #345D56
Text Example
Text Example
White with #345D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D56; }
p { color: rgb(52,93,86); }
H1.HeaderClassName
{
color: #345D56;
}
.AnyTagClassName
{
color: #345D56;
}
</style>
background-color css
<style>
a { background-color: #345D56; }
a { background-color: rgb(52,93,86); }
div.DivClassName
{
background-color: #345D56;
}
.BgClassName
{
background-color: #345D56;
}
</style>
border-color css
<style>
span { border-color: #345D56; }
span { border-color: rgb(52,93,86); }
td.TdClassName
{
border-color: #345D56;
}
.TagClassName
{
border-color: #345D56;
}
</style>