#32685D

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

Shades of Eden #32685D

Tints of Eden #32685D

Color information

#32685D (or 0x32685D) is unknown color: approx Eden. HEX triplet: 32, 68 and 5D. RGB value is (50,104,93). Sum of RGB (Red+Green+Blue) = 50+104+93=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #32685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32685D is #CD97A2. Grayscale: #565656. Windows color (decimal): -13473699 or 6121522. OLE color: 6121522.

HSL color Cylindrical-coordinate representation of color #32685D: hue angle of 167.78º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32685D is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB5010493-
CMYK0.5200.110.59
HSL167.78º35.06%30.2%-
HSV(B)167.78º51.92%40.78%-
XYZ8.2411.3712.12-
YUV86.6131.61101.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=20.24%
G=42.11%
B=37.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104930.5200.110.59167.7835.0630.2
Hex32685D340B3Ba8231e
Octal6215013564013732504336
Binary11001011010001011101110100010111110111010100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32685D; }

 p { color: rgb(50,104,93); }

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

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

 a { background-color: rgb(50,104,93); }

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

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

 span { border-color: rgb(50,104,93); }

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