#346059

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

Shades of Eden #346059

Tints of Eden #346059

Color information

#346059 (or 0x346059) is unknown color: approx Eden. HEX triplet: 34, 60 and 59. RGB value is (52,96,89). Sum of RGB (Red+Green+Blue) = 52+96+89=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #346059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346059 is #CB9FA6. Grayscale: #525252. Windows color (decimal): -13344679 or 5857332. OLE color: 5857332.

HSL color Cylindrical-coordinate representation of color #346059: hue angle of 170.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346059 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB529689-
CMYK0.4600.070.62
HSL170.45º29.73%29.02%-
HSV(B)170.45º45.83%37.65%-
XYZ7.49.8210.96-
YUV82.05131.92106.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=21.94%
G=40.51%
B=37.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296890.4600.070.62170.4529.7329.02
Hex3460592E073Eaa1e1d
Octal641401315607762523635
Binary110100110000010110011011100111111110101010101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346059; }

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

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

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

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

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

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

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

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