#34665A

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

Shades of Eden #34665A

Tints of Eden #34665A

Color information

#34665A (or 0x34665A) is unknown color: approx Eden. HEX triplet: 34, 66 and 5A. RGB value is (52,102,90). Sum of RGB (Red+Green+Blue) = 52+102+90=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #34665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34665A is #CB99A5. Grayscale: #555555. Windows color (decimal): -13343142 or 5924404. OLE color: 5924404.

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

Color convert

RGB5210290-
CMYK0.4900.120.6
HSL165.6º32.47%30.2%-
HSV(B)165.6º49.02%40%-
XYZ8.0110.9711.37-
YUV85.68130.44103.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=21.31%
G=41.80%
B=36.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102900.4900.120.6165.632.4730.2
Hex34665A310C3Ca6201e
Octal6414613261014742464036
Binary11010011001101011010110001011001111001010011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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