#34695C

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

Shades of Eden #34695C

Tints of Eden #34695C

Color information

#34695C (or 0x34695C) is unknown color: approx Eden. HEX triplet: 34, 69 and 5C. RGB value is (52,105,92). Sum of RGB (Red+Green+Blue) = 52+105+92=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #34695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34695C is #CB96A3. Grayscale: #575757. Windows color (decimal): -13342372 or 6056244. OLE color: 6056244.

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

Color convert

RGB5210592-
CMYK0.5000.120.59
HSL165.28º33.76%30.78%-
HSV(B)165.28º50.48%41.18%-
XYZ8.411.6111.92-
YUV87.67130.44102.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=20.88%
G=42.17%
B=36.95%

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
Decimal52105920.5000.120.59165.2833.7630.78
Hex34695C320C3Ba5221f
Octal6415113462014732454237
Binary11010011010011011100110010011001110111010010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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