#32605A

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

Shades of Eden #32605A

Tints of Eden #32605A

Color information

#32605A (or 0x32605A) is unknown color: approx Eden. HEX triplet: 32, 60 and 5A. RGB value is (50,96,90). Sum of RGB (Red+Green+Blue) = 50+96+90=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #32605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32605A is #CD9FA5. Grayscale: #515151. Windows color (decimal): -13475750 or 5922866. OLE color: 5922866.

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

Color convert

RGB509690-
CMYK0.4800.060.62
HSL172.17º31.51%28.63%-
HSV(B)172.17º47.92%37.65%-
XYZ7.349.7811.17-
YUV81.56132.76105.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=21.19%
G=40.68%
B=38.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096900.4800.060.62172.1731.5128.63
Hex32605A30063Eac201d
Octal621401326006762544035
Binary1100101100000101101011000001101111101010110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32605A; }

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

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

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

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

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

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

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

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