#32685F

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

Shades of Eden #32685F

Tints of Eden #32685F

Color information

#32685F (or 0x32685F) is unknown color: approx Eden. HEX triplet: 32, 68 and 5F. RGB value is (50,104,95). Sum of RGB (Red+Green+Blue) = 50+104+95=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #32685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32685F is #CD97A0. Grayscale: #565656. Windows color (decimal): -13473697 or 6252594. OLE color: 6252594.

HSL color Cylindrical-coordinate representation of color #32685F: hue angle of 170º 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 #32685F is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB5010495-
CMYK0.5200.090.59
HSL170º35.06%30.2%-
HSV(B)170º51.92%40.78%-
XYZ8.3311.412.59-
YUV86.83132.61101.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=20.08%
G=41.77%
B=38.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104950.5200.090.5917035.0630.2
Hex32685F34093Baa231e
Octal6215013764011732524336
Binary11001011010001011111110100010011110111010101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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