#34675F

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

Shades of Eden #34675F

Tints of Eden #34675F

Color information

#34675F (or 0x34675F) is unknown color: approx Eden. HEX triplet: 34, 67 and 5F. RGB value is (52,103,95). Sum of RGB (Red+Green+Blue) = 52+103+95=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #34675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34675F is #CB98A0. Grayscale: #565656. Windows color (decimal): -13342881 or 6252340. OLE color: 6252340.

HSL color Cylindrical-coordinate representation of color #34675F: hue angle of 170.59º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34675F is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB5210395-
CMYK0.5000.080.60
HSL170.59º32.9%30.39%-
HSV(B)170.59º49.51%40.39%-
XYZ8.3311.2612.56-
YUV86.84132.6103.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 95 (37.5% from 255) = 38%
R=20.8%
G=41.2%
B=38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52103950.5000.080.60170.5932.930.39
Hex34675F32083Cab211e
Octal6414713762010742534136
Binary11010011001111011111110010010001111001010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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