#34665C

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

Shades of Eden #34665C

Tints of Eden #34665C

Color information

#34665C (or 0x34665C) is unknown color: approx Eden. HEX triplet: 34, 66 and 5C. RGB value is (52,102,92). Sum of RGB (Red+Green+Blue) = 52+102+92=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #34665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34665C is #CB99A3. Grayscale: #555555. Windows color (decimal): -13343140 or 6055476. OLE color: 6055476.

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

Color convert

RGB5210292-
CMYK0.4900.100.6
HSL168º32.47%30.2%-
HSV(B)168º49.02%40%-
XYZ8.111.0111.82-
YUV85.91131.44103.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=21.14%
G=41.46%
B=37.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102920.4900.100.616832.4730.2
Hex34665C310A3Ca8201e
Octal6414613461012742504036
Binary11010011001101011100110001010101111001010100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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