#34625C

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

Shades of Eden #34625C

Tints of Eden #34625C

Color information

#34625C (or 0x34625C) is unknown color: approx Eden. HEX triplet: 34, 62 and 5C. RGB value is (52,98,92). Sum of RGB (Red+Green+Blue) = 52+98+92=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #34625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34625C is #CB9DA3. Grayscale: #535353. Windows color (decimal): -13344164 or 6054452. OLE color: 6054452.

HSL color Cylindrical-coordinate representation of color #34625C: hue angle of 172.17º 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 #34625C is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB529892-
CMYK0.4700.060.62
HSL172.17º30.67%29.41%-
HSV(B)172.17º46.94%38.43%-
XYZ7.7210.2411.69-
YUV83.56132.76105.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=21.49%
G=40.50%
B=38.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298920.4700.060.62172.1730.6729.41
Hex34625C2F063Eac1f1d
Octal641421345706762543735
Binary110100110001010111001011110110111110101011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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