Shades of Eden #345F58
Tints of Eden #345F58
RGB
CMYK
RGB Variations
Color information
#345F58 (or 0x345F58) is known color: Eden. HEX triplet: 34, 5F and 58. RGB value is (52,95,88). Sum of RGB (Red+Green+Blue) = 52+95+88=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #345F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F58 is #CBA0A7. Grayscale: #515151. Windows color (decimal): -13344936 or 5791540. OLE color: 5791540.
HSL color Cylindrical-coordinate representation of color #345F58: hue angle of 170.23º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F58 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 88 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.63 |
| HSL | 170.23º | 0.29% | 0.29% | - |
| HSV(B) | 170.23º | 0.45% | 0.37% | - |
| XYZ | 7.27 | 9.62 | 10.71 | - |
| YUV | 81.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 88 | 0.45 | 0 | 0.07 | 0.63 | 170.23 | 0.29 | 0.29 |
| Hex | 34 | 5F | 58 | 2D | 0 | 7 | 3F | AA | 1D | 1D |
| Octal | 64 | 137 | 130 | 55 | 0 | 7 | 77 | 252 | 35 | 35 |
| Binary | 110100 | 1011111 | 1011000 | 101101 | 0 | 111 | 111111 | 10101010 | 11101 | 11101 |
Color Harmonies of #345F58
Complementary color
Monochromatic Colors of #345F58
Black with #345F58
Text Example
Text Example
White with #345F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F58; }
p { color: rgb(52,95,88); }
H1.HeaderClassName
{
color: #345F58;
}
.AnyTagClassName
{
color: #345F58;
}
</style>
background-color css
<style>
a { background-color: #345F58; }
a { background-color: rgb(52,95,88); }
div.DivClassName
{
background-color: #345F58;
}
.BgClassName
{
background-color: #345F58;
}
</style>
border-color css
<style>
span { border-color: #345F58; }
span { border-color: rgb(52,95,88); }
td.TdClassName
{
border-color: #345F58;
}
.TagClassName
{
border-color: #345F58;
}
</style>