#32645E

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

Shades of Eden #32645E

Tints of Eden #32645E

Color information

#32645E (or 0x32645E) is unknown color: approx Eden. HEX triplet: 32, 64 and 5E. RGB value is (50,100,94). Sum of RGB (Red+Green+Blue) = 50+100+94=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 100 - color contains mainly: green. Hex color #32645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32645E is #CD9BA1. Grayscale: #545454. Windows color (decimal): -13474722 or 6186034. OLE color: 6186034.

HSL color Cylindrical-coordinate representation of color #32645E: hue angle of 172.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32645E is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB5010094-
CMYK0.5000.060.61
HSL172.8º33.33%29.41%-
HSV(B)172.8º50%39.22%-
XYZ7.8910.612.22-
YUV84.37133.44103.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 100 (39.45% from 255) = 40.98%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=20.49%
G=40.98%
B=38.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100940.5000.060.61172.833.3329.41
Hex32645E32063Dad211d
Octal621441366206752554135
Binary1100101100100101111011001001101111011010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32645E; }

 p { color: rgb(50,100,94); }

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

<style>
 a { background-color: #32645E; }

 a { background-color: rgb(50,100,94); }

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

<style>
 span { border-color: #32645E; }

 span { border-color: rgb(50,100,94); }

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