#34665E

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

Shades of Eden #34665E

Tints of Eden #34665E

Color information

#34665E (or 0x34665E) is unknown color: approx Eden. HEX triplet: 34, 66 and 5E. RGB value is (52,102,94). Sum of RGB (Red+Green+Blue) = 52+102+94=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #34665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34665E is #CB99A1. Grayscale: #565656. Windows color (decimal): -13343138 or 6186548. OLE color: 6186548.

HSL color Cylindrical-coordinate representation of color #34665E: hue angle of 170.4º 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 #34665E is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB5210294-
CMYK0.4900.080.6
HSL170.4º32.47%30.2%-
HSV(B)170.4º49.02%40%-
XYZ8.1911.0412.29-
YUV86.14132.44103.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=20.97%
G=41.13%
B=37.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102940.4900.080.6170.432.4730.2
Hex34665E31083Caa201e
Octal6414613661010742524036
Binary11010011001101011110110001010001111001010101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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