#32655E

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

Shades of Eden #32655E

Tints of Eden #32655E

Color information

#32655E (or 0x32655E) is unknown color: approx Eden. HEX triplet: 32, 65 and 5E. RGB value is (50,101,94). Sum of RGB (Red+Green+Blue) = 50+101+94=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #32655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32655E is #CD9AA1. Grayscale: #545454. Windows color (decimal): -13474466 or 6186290. OLE color: 6186290.

HSL color Cylindrical-coordinate representation of color #32655E: hue angle of 171.76º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32655E is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB5010194-
CMYK0.5000.070.60
HSL171.76º33.77%29.61%-
HSV(B)171.76º50.5%39.61%-
XYZ7.9910.7912.25-
YUV84.95133.1103.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=20.41%
G=41.22%
B=38.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101940.5000.070.60171.7633.7729.61
Hex32655E32073Cac221e
Octal621451366207742544236
Binary1100101100101101111011001001111111001010110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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