#326056

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

Shades of Eden #326056

Tints of Eden #326056

Color information

#326056 (or 0x326056) is unknown color: approx Eden. HEX triplet: 32, 60 and 56. RGB value is (50,96,86). Sum of RGB (Red+Green+Blue) = 50+96+86=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #326056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326056 is #CD9FA9. Grayscale: #515151. Windows color (decimal): -13475754 or 5660722. OLE color: 5660722.

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

Color convert

RGB509686-
CMYK0.4800.100.62
HSL166.96º31.51%28.63%-
HSV(B)166.96º47.92%37.65%-
XYZ7.189.7210.3-
YUV81.11130.76105.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=21.55%
G=41.38%
B=37.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096860.4800.100.62166.9631.5128.63
Hex326056300A3Ea7201d
Octal6214012660012762474035
Binary11001011000001010110110000010101111101010011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326056; }

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

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

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

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

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

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

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

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