#326A5C

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

Shades of Eden #326A5C

Tints of Eden #326A5C

Color information

#326A5C (or 0x326A5C) is unknown color: approx Eden. HEX triplet: 32, 6A and 5C. RGB value is (50,106,92). Sum of RGB (Red+Green+Blue) = 50+106+92=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #326A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A5C is #CD95A3. Grayscale: #575757. Windows color (decimal): -13473188 or 6056498. OLE color: 6056498.

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

Color convert

RGB5010692-
CMYK0.5300.130.58
HSL165º35.9%30.59%-
HSV(B)165º52.83%41.57%-
XYZ8.411.7611.95-
YUV87.66130.45101.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 106 (41.80% from 255) = 42.74%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=20.16%
G=42.74%
B=37.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50106920.5300.130.5816535.930.59
Hex326A5C350D3Aa5241f
Octal6215213465015722454437
Binary11001011010101011100110101011011110101010010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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