#345F59

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

Shades of Eden #345F59

Tints of Eden #345F59

Color information

#345F59 (or 0x345F59) is unknown color: approx Eden. HEX triplet: 34, 5F and 59. RGB value is (52,95,89). Sum of RGB (Red+Green+Blue) = 52+95+89=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #345F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F59 is #CBA0A6. Grayscale: #515151. Windows color (decimal): -13344935 or 5857076. OLE color: 5857076.

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

Color convert

RGB529589-
CMYK0.4500.060.63
HSL171.63º29.25%28.82%-
HSV(B)171.63º45.26%37.25%-
XYZ7.319.6410.93-
YUV81.46132.25106.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=22.03%
G=40.25%
B=37.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295890.4500.060.63171.6329.2528.82
Hex345F592D063Fac1d1d
Octal641371315506772543535
Binary110100101111110110011011010110111111101011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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