#346358

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

Shades of Eden #346358

Tints of Eden #346358

Color information

#346358 (or 0x346358) is unknown color: approx Eden. HEX triplet: 34, 63 and 58. RGB value is (52,99,88). Sum of RGB (Red+Green+Blue) = 52+99+88=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #346358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346358 is #CB9CA7. Grayscale: #535353. Windows color (decimal): -13343912 or 5792564. OLE color: 5792564.

HSL color Cylindrical-coordinate representation of color #346358: hue angle of 165.96º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346358 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB529988-
CMYK0.4700.110.61
HSL165.96º31.13%29.61%-
HSV(B)165.96º47.47%38.82%-
XYZ7.6410.3610.83-
YUV83.69130.43105.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=21.76%
G=41.42%
B=36.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299880.4700.110.61165.9631.1329.61
Hex3463582F0B3Da61f1e
Octal6414313057013752463736
Binary1101001100011101100010111101011111101101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346358; }

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

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

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

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

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

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

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

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