#32665B

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

Shades of Eden #32665B

Tints of Eden #32665B

Color information

#32665B (or 0x32665B) is unknown color: approx Eden. HEX triplet: 32, 66 and 5B. RGB value is (50,102,91). Sum of RGB (Red+Green+Blue) = 50+102+91=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #32665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32665B is #CD99A4. Grayscale: #555555. Windows color (decimal): -13474213 or 5989938. OLE color: 5989938.

HSL color Cylindrical-coordinate representation of color #32665B: hue angle of 167.31º degrees, saturation: 0.34, 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 #32665B is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB5010291-
CMYK0.5100.110.6
HSL167.31º34.21%29.8%-
HSV(B)167.31º50.98%40%-
XYZ7.9610.9411.59-
YUV85.2131.27102.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=20.58%
G=41.98%
B=37.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102910.5100.110.6167.3134.2129.8
Hex32665B330B3Ca7221e
Octal6214613363013742474236
Binary11001011001101011011110011010111111001010011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32665B; }

 p { color: rgb(50,102,91); }

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

<style>
 a { background-color: #32665B; }

 a { background-color: rgb(50,102,91); }

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

<style>
 span { border-color: #32665B; }

 span { border-color: rgb(50,102,91); }

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