#326560

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

Shades of Eden #326560

Tints of Eden #326560

Color information

#326560 (or 0x326560) is unknown color: approx Eden. HEX triplet: 32, 65 and 60. RGB value is (50,101,96). Sum of RGB (Red+Green+Blue) = 50+101+96=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #326560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326560 is #CD9A9F. Grayscale: #555555. Windows color (decimal): -13474464 or 6317362. OLE color: 6317362.

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

Color convert

RGB5010196-
CMYK0.5000.050.60
HSL174.12º33.77%29.61%-
HSV(B)174.12º50.5%39.61%-
XYZ8.0810.8312.73-
YUV85.18134.1102.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=20.24%
G=40.89%
B=38.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101960.5000.050.60174.1233.7729.61
Hex32656032053Cae221e
Octal621451406205742564236
Binary1100101100101110000011001001011111001010111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326560; }

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

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

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

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

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

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

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

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