#34665B

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

Shades of Eden #34665B

Tints of Eden #34665B

Color information

#34665B (or 0x34665B) is unknown color: approx Eden. HEX triplet: 34, 66 and 5B. RGB value is (52,102,91). Sum of RGB (Red+Green+Blue) = 52+102+91=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #34665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34665B is #CB99A4. Grayscale: #555555. Windows color (decimal): -13343141 or 5989940. OLE color: 5989940.

HSL color Cylindrical-coordinate representation of color #34665B: hue angle of 166.8º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34665B is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB5210291-
CMYK0.4900.110.6
HSL166.8º32.47%30.2%-
HSV(B)166.8º49.02%40%-
XYZ8.0610.9911.59-
YUV85.8130.94103.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=21.22%
G=41.63%
B=37.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102910.4900.110.6166.832.4730.2
Hex34665B310B3Ca7201e
Octal6414613361013742474036
Binary11010011001101011011110001010111111001010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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