#34675A

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

Shades of Eden #34675A

Tints of Eden #34675A

Color information

#34675A (or 0x34675A) is unknown color: approx Eden. HEX triplet: 34, 67 and 5A. RGB value is (52,103,90). Sum of RGB (Red+Green+Blue) = 52+103+90=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #34675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34675A is #CB98A5. Grayscale: #565656. Windows color (decimal): -13342886 or 5924660. OLE color: 5924660.

HSL color Cylindrical-coordinate representation of color #34675A: hue angle of 164.71º 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 #34675A is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB5210390-
CMYK0.5000.130.60
HSL164.71º32.9%30.39%-
HSV(B)164.71º49.51%40.39%-
XYZ8.1111.1711.4-
YUV86.27130.1103.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=21.22%
G=42.04%
B=36.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52103900.5000.130.60164.7132.930.39
Hex34675A320D3Ca5211e
Octal6414713262015742454136
Binary11010011001111011010110010011011111001010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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