#326662

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

Shades of Eden #326662

Tints of Eden #326662

Color information

#326662 (or 0x326662) is unknown color: approx Eden. HEX triplet: 32, 66 and 62. RGB value is (50,102,98). Sum of RGB (Red+Green+Blue) = 50+102+98=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #326662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326662 is #CD999D. Grayscale: #555555. Windows color (decimal): -13474206 or 6448690. OLE color: 6448690.

HSL color Cylindrical-coordinate representation of color #326662: hue angle of 175.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326662 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB5010298-
CMYK0.5100.040.6
HSL175.38º34.21%29.8%-
HSV(B)175.38º50.98%40%-
XYZ8.2711.0613.25-
YUV86134.77102.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=20%
G=40.8%
B=39.2%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102980.5100.040.6175.3834.2129.8
Hex32666233043Caf221e
Octal621461426304742574236
Binary1100101100110110001011001101001111001010111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326662; }

 p { color: rgb(50,102,98); }

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

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

 a { background-color: rgb(50,102,98); }

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

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

 span { border-color: rgb(50,102,98); }

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