#32695C

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

Shades of Eden #32695C

Tints of Eden #32695C

Color information

#32695C (or 0x32695C) is unknown color: approx Eden. HEX triplet: 32, 69 and 5C. RGB value is (50,105,92). Sum of RGB (Red+Green+Blue) = 50+105+92=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #32695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32695C is #CD96A3. Grayscale: #575757. Windows color (decimal): -13473444 or 6056242. OLE color: 6056242.

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

Color convert

RGB5010592-
CMYK0.5200.120.59
HSL165.82º35.48%30.39%-
HSV(B)165.82º52.38%41.18%-
XYZ8.311.5511.92-
YUV87.07130.78101.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=20.24%
G=42.51%
B=37.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105920.5200.120.59165.8235.4830.39
Hex32695C340C3Ba6231e
Octal6215113464014732464336
Binary11001011010011011100110100011001110111010011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32695C; }

 p { color: rgb(50,105,92); }

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

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

 a { background-color: rgb(50,105,92); }

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

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

 span { border-color: rgb(50,105,92); }

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