#34695e

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

Shades of Eden #34695E

Tints of Eden #34695E

Color information

#34695E (or 0x34695E) is unknown color: approx Eden. HEX triplet: 34, 69 and 5E. RGB value is (52,105,94). Sum of RGB (Red+Green+Blue) = 52+105+94=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #34695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34695E is #CB96A1. Grayscale: #575757. Windows color (decimal): -13342370 or 6187316. OLE color: 6187316.

HSL color Cylindrical-coordinate representation of color #34695E: hue angle of 167.55º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34695E is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB5210594-
CMYK0.5000.100.59
HSL167.55º33.76%30.78%-
HSV(B)167.55º50.48%41.18%-
XYZ8.4911.6412.39-
YUV87.9131.44102.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=20.72%
G=41.83%
B=37.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105940.5000.100.59167.5533.7630.78
Hex34695E320A3Ba8221f
Octal6415113662012732504237
Binary11010011010011011110110010010101110111010100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34695e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34695e; }

 p { color: rgb(52,105,94); }

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

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

 a { background-color: rgb(52,105,94); }

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

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

 span { border-color: rgb(52,105,94); }

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