#346459

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

Shades of Eden #346459

Tints of Eden #346459

Color information

#346459 (or 0x346459) is unknown color: approx Eden. HEX triplet: 34, 64 and 59. RGB value is (52,100,89). Sum of RGB (Red+Green+Blue) = 52+100+89=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #346459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346459 is #CB9BA6. Grayscale: #545454. Windows color (decimal): -13343655 or 5858356. OLE color: 5858356.

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

Color convert

RGB5210089-
CMYK0.4800.110.61
HSL166.25º31.58%29.8%-
HSV(B)166.25º48%39.22%-
XYZ7.7810.5711.08-
YUV84.39130.6104.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=21.58%
G=41.49%
B=36.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100890.4800.110.61166.2531.5829.8
Hex346459300B3Da6201e
Octal6414413160013752464036
Binary11010011001001011001110000010111111011010011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346459; }

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

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

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

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

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

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

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

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