#345E55

Color #345E55 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #345E55

Tints of Eden #345E55

Color information

#345E55 (or 0x345E55) is unknown color: approx Eden. HEX triplet: 34, 5E and 55. RGB value is (52,94,85). Sum of RGB (Red+Green+Blue) = 52+94+85=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 94 - color contains mainly: green. Hex color #345E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E55 is #CBA1AA. Grayscale: #505050. Windows color (decimal): -13345195 or 5594676. OLE color: 5594676.

HSL color Cylindrical-coordinate representation of color #345E55: hue angle of 167.14º 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 #345E55 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.

Color convert

RGB529485-
CMYK0.4500.100.63
HSL167.14º28.77%28.63%-
HSV(B)167.14º44.68%36.86%-
XYZ7.069.3910.04-
YUV80.42130.59107.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=22.51%
G=40.69%
B=36.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5294850.4500.100.63167.1428.7728.63
Hex345E552D0A3Fa71d1d
Octal6413612555012772473535
Binary1101001011110101010110110101010111111101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345E55; }

 p { color: rgb(52,94,85); }

 H1.HeaderClassName
 {
   color: #345E55;
 }
 .AnyTagClassName
 {
   color: #345E55;
 }
</style>
background-color css

<style>
 a { background-color: #345E55; }

 a { background-color: rgb(52,94,85); }

 div.DivClassName
 {
   background-color: #345E55;
 }
 .BgClassName
 {
   background-color: #345E55;
 }
</style>
border-color css

<style>
 span { border-color: #345E55; }

 span { border-color: rgb(52,94,85); }

 td.TdClassName
 {
   border-color: #345E55;
 }
 .TagClassName
 {
   border-color: #345E55;
 }
</style>