#346660

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

Shades of Eden #346660

Tints of Eden #346660

Color information

#346660 (or 0x346660) is unknown color: approx Eden. HEX triplet: 34, 66 and 60. RGB value is (52,102,96). Sum of RGB (Red+Green+Blue) = 52+102+96=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #346660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346660 is #CB999F. Grayscale: #565656. Windows color (decimal): -13343136 or 6317620. OLE color: 6317620.

HSL color Cylindrical-coordinate representation of color #346660: hue angle of 172.8º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #346660 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB5210296-
CMYK0.4900.060.6
HSL172.8º32.47%30.2%-
HSV(B)172.8º49.02%40%-
XYZ8.2811.0812.77-
YUV86.37133.44103.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=20.8%
G=40.8%
B=38.4%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102960.4900.060.6172.832.4730.2
Hex34666031063Cad201e
Octal641461406106742554036
Binary1101001100110110000011000101101111001010110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346660; }

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

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

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

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

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

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

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

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