#34605A

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

Shades of Eden #34605A

Tints of Eden #34605A

Color information

#34605A (or 0x34605A) is unknown color: approx Eden. HEX triplet: 34, 60 and 5A. RGB value is (52,96,90). Sum of RGB (Red+Green+Blue) = 52+96+90=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #34605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34605A is #CB9FA5. Grayscale: #525252. Windows color (decimal): -13344678 or 5922868. OLE color: 5922868.

HSL color Cylindrical-coordinate representation of color #34605A: hue angle of 171.82º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34605A is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB529690-
CMYK0.4600.060.62
HSL171.82º29.73%29.02%-
HSV(B)171.82º45.83%37.65%-
XYZ7.449.8311.18-
YUV82.16132.42106.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=21.85%
G=40.34%
B=37.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296900.4600.060.62171.8229.7329.02
Hex34605A2E063Eac1e1d
Octal641401325606762543635
Binary110100110000010110101011100110111110101011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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