#326155

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

Shades of Eden #326155

Tints of Eden #326155

Color information

#326155 (or 0x326155) is unknown color: approx Eden. HEX triplet: 32, 61 and 55. RGB value is (50,97,85). Sum of RGB (Red+Green+Blue) = 50+97+85=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #326155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326155 is #CD9EAA. Grayscale: #515151. Windows color (decimal): -13475499 or 5595442. OLE color: 5595442.

HSL color Cylindrical-coordinate representation of color #326155: hue angle of 164.68º 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 #326155 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB509785-
CMYK0.4800.120.62
HSL164.68º31.97%28.82%-
HSV(B)164.68º48.45%38.04%-
XYZ7.239.8810.12-
YUV81.58129.93105.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=21.55%
G=41.81%
B=36.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097850.4800.120.62164.6831.9728.82
Hex326155300C3Ea5201d
Octal6214112560014762454035
Binary11001011000011010101110000011001111101010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326155; }

 p { color: rgb(50,97,85); }

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

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

 a { background-color: rgb(50,97,85); }

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

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

 span { border-color: rgb(50,97,85); }

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