#346158

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

Shades of Eden #346158

Tints of Eden #346158

Color information

#346158 (or 0x346158) is unknown color: approx Eden. HEX triplet: 34, 61 and 58. RGB value is (52,97,88). Sum of RGB (Red+Green+Blue) = 52+97+88=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #346158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346158 is #CB9EA7. Grayscale: #525252. Windows color (decimal): -13344424 or 5792052. OLE color: 5792052.

HSL color Cylindrical-coordinate representation of color #346158: hue angle of 168º 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 #346158 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB529788-
CMYK0.4600.090.62
HSL168º30.2%29.22%-
HSV(B)168º46.39%38.04%-
XYZ7.459.9810.77-
YUV82.52131.09106.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=21.94%
G=40.93%
B=37.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297880.4600.090.6216830.229.22
Hex3461582E093Ea81e1d
Octal6414113056011762503635
Binary1101001100001101100010111001001111110101010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346158; }

 p { color: rgb(52,97,88); }

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

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

 a { background-color: rgb(52,97,88); }

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

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

 span { border-color: rgb(52,97,88); }

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