#346258

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

Shades of Eden #346258

Tints of Eden #346258

Color information

#346258 (or 0x346258) is unknown color: approx Eden. HEX triplet: 34, 62 and 58. RGB value is (52,98,88). Sum of RGB (Red+Green+Blue) = 52+98+88=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #346258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346258 is #CB9DA7. Grayscale: #535353. Windows color (decimal): -13344168 or 5792308. OLE color: 5792308.

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

Color convert

RGB529888-
CMYK0.4700.100.62
HSL166.96º30.67%29.41%-
HSV(B)166.96º46.94%38.43%-
XYZ7.5510.1710.8-
YUV83.11130.76105.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=21.85%
G=41.18%
B=36.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298880.4700.100.62166.9630.6729.41
Hex3462582F0A3Ea71f1d
Octal6414213057012762473735
Binary1101001100010101100010111101010111110101001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346258; }

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

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

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

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

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

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

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

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