#326858

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

Shades of Eden #326858

Tints of Eden #326858

Color information

#326858 (or 0x326858) is unknown color: approx Eden. HEX triplet: 32, 68 and 58. RGB value is (50,104,88). Sum of RGB (Red+Green+Blue) = 50+104+88=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #326858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326858 is #CD97A7. Grayscale: #565656. Windows color (decimal): -13473704 or 5793842. OLE color: 5793842.

HSL color Cylindrical-coordinate representation of color #326858: hue angle of 162.22º 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 #326858 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB5010488-
CMYK0.5200.150.59
HSL162.22º35.06%30.2%-
HSV(B)162.22º51.92%40.78%-
XYZ8.0311.2810.99-
YUV86.03129.11102.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=20.66%
G=42.98%
B=36.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104880.5200.150.59162.2235.0630.2
Hex326858340F3Ba2231e
Octal6215013064017732424336
Binary11001011010001011000110100011111110111010001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326858; }

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

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

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

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

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

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

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

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