#345F57

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

Shades of Eden #345F57

Tints of Eden #345F57

Color information

#345F57 (or 0x345F57) is unknown color: approx Eden. HEX triplet: 34, 5F and 57. RGB value is (52,95,87). Sum of RGB (Red+Green+Blue) = 52+95+87=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #345F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F57 is #CBA0A8. Grayscale: #515151. Windows color (decimal): -13344937 or 5726004. OLE color: 5726004.

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

Color convert

RGB529587-
CMYK0.4500.080.63
HSL168.84º29.25%28.82%-
HSV(B)168.84º45.26%37.25%-
XYZ7.239.610.49-
YUV81.23131.25107.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=22.22%
G=40.60%
B=37.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295870.4500.080.63168.8429.2528.82
Hex345F572D083Fa91d1d
Octal6413712755010772513535
Binary1101001011111101011110110101000111111101010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,95,87); }

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

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

 a { background-color: rgb(52,95,87); }

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

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

 span { border-color: rgb(52,95,87); }

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