#32645F

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

Shades of Eden #32645F

Tints of Eden #32645F

Color information

#32645F (or 0x32645F) is unknown color: approx Eden. HEX triplet: 32, 64 and 5F. RGB value is (50,100,95). Sum of RGB (Red+Green+Blue) = 50+100+95=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #32645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32645F is #CD9BA0. Grayscale: #545454. Windows color (decimal): -13474721 or 6251570. OLE color: 6251570.

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

Color convert

RGB5010095-
CMYK0.5000.050.61
HSL174º33.33%29.41%-
HSV(B)174º50%39.22%-
XYZ7.9410.6212.46-
YUV84.48133.94103.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=20.41%
G=40.82%
B=38.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100950.5000.050.6117433.3329.41
Hex32645F32053Dae211d
Octal621441376205752564135
Binary1100101100100101111111001001011111011010111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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