#326C5C

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

Shades of Eden #326C5C

Tints of Eden #326C5C

Color information

#326C5C (or 0x326C5C) is unknown color: approx Eden. HEX triplet: 32, 6C and 5C. RGB value is (50,108,92). Sum of RGB (Red+Green+Blue) = 50+108+92=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #326C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C5C is #CD93A3. Grayscale: #585858. Windows color (decimal): -13472676 or 6057010. OLE color: 6057010.

HSL color Cylindrical-coordinate representation of color #326C5C: hue angle of 163.45º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326C5C is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB5010892-
CMYK0.5400.150.58
HSL163.45º36.71%30.98%-
HSV(B)163.45º53.7%42.35%-
XYZ8.6112.1812.02-
YUV88.83129.78100.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 108 (42.58% from 255) = 43.2%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=20%
G=43.2%
B=36.8%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108920.5400.150.58163.4536.7130.98
Hex326C5C360F3Aa3251f
Octal6215413466017722434537
Binary11001011011001011100110110011111110101010001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326C5C; }

 p { color: rgb(50,108,92); }

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

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

 a { background-color: rgb(50,108,92); }

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

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

 span { border-color: rgb(50,108,92); }

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