#32675E

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

Shades of Eden #32675E

Tints of Eden #32675E

Color information

#32675E (or 0x32675E) is unknown color: approx Eden. HEX triplet: 32, 67 and 5E. RGB value is (50,103,94). Sum of RGB (Red+Green+Blue) = 50+103+94=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #32675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32675E is #CD98A1. Grayscale: #565656. Windows color (decimal): -13473954 or 6186802. OLE color: 6186802.

HSL color Cylindrical-coordinate representation of color #32675E: hue angle of 169.81º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32675E is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB5010394-
CMYK0.5100.090.60
HSL169.81º34.64%30%-
HSV(B)169.81º51.46%40.39%-
XYZ8.1911.1912.32-
YUV86.13132.44102.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=20.24%
G=41.70%
B=38.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50103940.5100.090.60169.8134.6430
Hex32675E33093Caa231e
Octal6214713663011742524336
Binary11001011001111011110110011010011111001010101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32675E; }

 p { color: rgb(50,103,94); }

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

<style>
 a { background-color: #32675E; }

 a { background-color: rgb(50,103,94); }

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

<style>
 span { border-color: #32675E; }

 span { border-color: rgb(50,103,94); }

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