#32695F

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

Shades of Eden #32695F

Tints of Eden #32695F

Color information

#32695F (or 0x32695F) is unknown color: approx Eden. HEX triplet: 32, 69 and 5F. RGB value is (50,105,95). Sum of RGB (Red+Green+Blue) = 50+105+95=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #32695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32695F is #CD96A0. Grayscale: #575757. Windows color (decimal): -13473441 or 6252850. OLE color: 6252850.

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

Color convert

RGB5010595-
CMYK0.5200.100.59
HSL169.09º35.48%30.39%-
HSV(B)169.09º52.38%41.18%-
XYZ8.4311.6112.62-
YUV87.42132.28101.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 95 (37.5% from 255) = 38%
R=20%
G=42%
B=38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105950.5200.100.59169.0935.4830.39
Hex32695F340A3Ba9231e
Octal6215113764012732514336
Binary11001011010011011111110100010101110111010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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