#34685F

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

Shades of Eden #34685F

Tints of Eden #34685F

Color information

#34685F (or 0x34685F) is unknown color: approx Eden. HEX triplet: 34, 68 and 5F. RGB value is (52,104,95). Sum of RGB (Red+Green+Blue) = 52+104+95=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #34685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34685F is #CB97A0. Grayscale: #575757. Windows color (decimal): -13342625 or 6252596. OLE color: 6252596.

HSL color Cylindrical-coordinate representation of color #34685F: hue angle of 169.62º degrees, saturation: 0.33, 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 #34685F is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB5210495-
CMYK0.5000.090.59
HSL169.62º33.33%30.59%-
HSV(B)169.62º50%40.78%-
XYZ8.4311.4612.59-
YUV87.43132.27102.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=20.72%
G=41.43%
B=37.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104950.5000.090.59169.6233.3330.59
Hex34685F32093Baa211f
Octal6415013762011732524137
Binary11010011010001011111110010010011110111010101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34685F; }

 p { color: rgb(52,104,95); }

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

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

 a { background-color: rgb(52,104,95); }

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

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

 span { border-color: rgb(52,104,95); }

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