#326958

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

Shades of Eden #326958

Tints of Eden #326958

Color information

#326958 (or 0x326958) is unknown color: approx Eden. HEX triplet: 32, 69 and 58. RGB value is (50,105,88). Sum of RGB (Red+Green+Blue) = 50+105+88=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #326958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326958 is #CD96A7. Grayscale: #565656. Windows color (decimal): -13473448 or 5794098. OLE color: 5794098.

HSL color Cylindrical-coordinate representation of color #326958: hue angle of 161.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326958 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB5010588-
CMYK0.5200.160.59
HSL161.45º35.48%30.39%-
HSV(B)161.45º52.38%41.18%-
XYZ8.1311.4911.02-
YUV86.62128.78101.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 88 (34.77% from 255) = 36.21%
R=20.58%
G=43.21%
B=36.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105880.5200.160.59161.4535.4830.39
Hex326958340103Ba1231e
Octal6215113064020732414336
Binary110010110100110110001101000100001110111010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326958; }

 p { color: rgb(50,105,88); }

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

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

 a { background-color: rgb(50,105,88); }

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

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

 span { border-color: rgb(50,105,88); }

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