#326256

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

Shades of Eden #326256

Tints of Eden #326256

Color information

#326256 (or 0x326256) is unknown color: approx Eden. HEX triplet: 32, 62 and 56. RGB value is (50,98,86). Sum of RGB (Red+Green+Blue) = 50+98+86=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #326256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326256 is #CD9DA9. Grayscale: #525252. Windows color (decimal): -13475242 or 5661234. OLE color: 5661234.

HSL color Cylindrical-coordinate representation of color #326256: hue angle of 165º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326256 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB509886-
CMYK0.4900.120.62
HSL165º32.43%29.02%-
HSV(B)165º48.98%38.43%-
XYZ7.3610.0910.36-
YUV82.28130.1104.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=21.37%
G=41.88%
B=36.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098860.4900.120.6216532.4329.02
Hex326256310C3Ea5201d
Octal6214212661014762454035
Binary11001011000101010110110001011001111101010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326256; }

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

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

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

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

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

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

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

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