#326D5F

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

Shades of Eden #326D5F

Tints of Eden #326D5F

Color information

#326D5F (or 0x326D5F) is unknown color: approx Eden. HEX triplet: 32, 6D and 5F. RGB value is (50,109,95). Sum of RGB (Red+Green+Blue) = 50+109+95=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 109 - color contains mainly: green. Hex color #326D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D5F is #CD92A0. Grayscale: #595959. Windows color (decimal): -13472417 or 6253874. OLE color: 6253874.

HSL color Cylindrical-coordinate representation of color #326D5F: hue angle of 165.76º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326D5F is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB5010995-
CMYK0.5400.130.57
HSL165.76º37.11%31.18%-
HSV(B)165.76º54.13%42.75%-
XYZ8.8512.4412.76-
YUV89.76130.9599.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 95 (37.5% from 255) = 37.40%
R=19.69%
G=42.91%
B=37.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50109950.5400.130.57165.7637.1131.18
Hex326D5F360D39a6251f
Octal6215513766015712464537
Binary11001011011011011111110110011011110011010011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,109,95); }

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

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

 a { background-color: rgb(50,109,95); }

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

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

 span { border-color: rgb(50,109,95); }

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