#32645D

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

Shades of Eden #32645D

Tints of Eden #32645D

Color information

#32645D (or 0x32645D) is unknown color: approx Eden. HEX triplet: 32, 64 and 5D. RGB value is (50,100,93). Sum of RGB (Red+Green+Blue) = 50+100+93=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #32645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32645D is #CD9BA2. Grayscale: #545454. Windows color (decimal): -13474723 or 6120498. OLE color: 6120498.

HSL color Cylindrical-coordinate representation of color #32645D: hue angle of 171.6º 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 #32645D is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB5010093-
CMYK0.5000.070.61
HSL171.6º33.33%29.41%-
HSV(B)171.6º50%39.22%-
XYZ7.8510.5811.98-
YUV84.25132.94103.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 100 (39.45% from 255) = 41.15%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=20.58%
G=41.15%
B=38.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100930.5000.070.61171.633.3329.41
Hex32645D32073Dac211d
Octal621441356207752544135
Binary1100101100100101110111001001111111011010110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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