#34685B

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

Shades of Eden #34685B

Tints of Eden #34685B

Color information

#34685B (or 0x34685B) is unknown color: approx Eden. HEX triplet: 34, 68 and 5B. RGB value is (52,104,91). Sum of RGB (Red+Green+Blue) = 52+104+91=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #34685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34685B is #CB97A4. Grayscale: #565656. Windows color (decimal): -13342629 or 5990452. OLE color: 5990452.

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

Color convert

RGB5210491-
CMYK0.5000.120.59
HSL165º33.33%30.59%-
HSV(B)165º50%40.78%-
XYZ8.2511.3911.66-
YUV86.97130.27103.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104910.5000.120.5916533.3330.59
Hex34685B320C3Ba5211f
Octal6415013362014732454137
Binary11010011010001011011110010011001110111010010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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