#34685D

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

Shades of Eden #34685D

Tints of Eden #34685D

Color information

#34685D (or 0x34685D) is unknown color: approx Eden. HEX triplet: 34, 68 and 5D. RGB value is (52,104,93). Sum of RGB (Red+Green+Blue) = 52+104+93=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #34685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34685D is #CB97A2. Grayscale: #575757. Windows color (decimal): -13342627 or 6121524. OLE color: 6121524.

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

Color convert

RGB5210493-
CMYK0.5000.110.59
HSL167.31º33.33%30.59%-
HSV(B)167.31º50%40.78%-
XYZ8.3411.4212.12-
YUV87.2131.27102.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=20.88%
G=41.77%
B=37.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104930.5000.110.59167.3133.3330.59
Hex34685D320B3Ba7211f
Octal6415013562013732474137
Binary11010011010001011101110010010111110111010011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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