#345E56

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

Shades of Eden #345E56

Tints of Eden #345E56

Color information

#345E56 (or 0x345E56) is unknown color: approx Eden. HEX triplet: 34, 5E and 56. RGB value is (52,94,86). Sum of RGB (Red+Green+Blue) = 52+94+86=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 94 - color contains mainly: green. Hex color #345E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E56 is #CBA1A9. Grayscale: #505050. Windows color (decimal): -13345194 or 5660212. OLE color: 5660212.

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

Color convert

RGB529486-
CMYK0.4500.090.63
HSL168.57º28.77%28.63%-
HSV(B)168.57º44.68%36.86%-
XYZ7.19.4110.25-
YUV80.53131.09107.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 94 (37.11% from 255) = 40.52%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=22.41%
G=40.52%
B=37.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5294860.4500.090.63168.5728.7728.63
Hex345E562D093Fa91d1d
Octal6413612655011772513535
Binary1101001011110101011010110101001111111101010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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