#346761

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

Shades of Eden #346761

Tints of Eden #346761

Color information

#346761 (or 0x346761) is unknown color: approx Eden. HEX triplet: 34, 67 and 61. RGB value is (52,103,97). Sum of RGB (Red+Green+Blue) = 52+103+97=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #346761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346761 is #CB989E. Grayscale: #575757. Windows color (decimal): -13342879 or 6383412. OLE color: 6383412.

HSL color Cylindrical-coordinate representation of color #346761: hue angle of 172.94º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346761 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB5210397-
CMYK0.5000.060.60
HSL172.94º32.9%30.39%-
HSV(B)172.94º49.51%40.39%-
XYZ8.4211.2913.05-
YUV87.07133.6102.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=20.63%
G=40.87%
B=38.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52103970.5000.060.60172.9432.930.39
Hex34676132063Cad211e
Octal641471416206742554136
Binary1101001100111110000111001001101111001010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346761; }

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

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

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

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

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

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

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

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