#32695A

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

Shades of Eden #32695A

Tints of Eden #32695A

Color information

#32695A (or 0x32695A) is unknown color: approx Eden. HEX triplet: 32, 69 and 5A. RGB value is (50,105,90). Sum of RGB (Red+Green+Blue) = 50+105+90=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #32695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32695A is #CD96A5. Grayscale: #565656. Windows color (decimal): -13473446 or 5925170. OLE color: 5925170.

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

Color convert

RGB5010590-
CMYK0.5200.140.59
HSL163.64º35.48%30.39%-
HSV(B)163.64º52.38%41.18%-
XYZ8.2111.5211.46-
YUV86.84129.78101.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=20.41%
G=42.86%
B=36.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105900.5200.140.59163.6435.4830.39
Hex32695A340E3Ba4231e
Octal6215113264016732444336
Binary11001011010011011010110100011101110111010010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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