#34625A

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

Shades of Eden #34625A

Tints of Eden #34625A

Color information

#34625A (or 0x34625A) is unknown color: approx Eden. HEX triplet: 34, 62 and 5A. RGB value is (52,98,90). Sum of RGB (Red+Green+Blue) = 52+98+90=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #34625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34625A is #CB9DA5. Grayscale: #535353. Windows color (decimal): -13344166 or 5923380. OLE color: 5923380.

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

Color convert

RGB529890-
CMYK0.4700.080.62
HSL169.57º30.67%29.41%-
HSV(B)169.57º46.94%38.43%-
XYZ7.6310.211.24-
YUV83.33131.76105.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=21.67%
G=40.83%
B=37.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298900.4700.080.62169.5730.6729.41
Hex34625A2F083Eaa1f1d
Octal6414213257010762523735
Binary1101001100010101101010111101000111110101010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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