#32655A

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

Shades of Eden #32655A

Tints of Eden #32655A

Color information

#32655A (or 0x32655A) is unknown color: approx Eden. HEX triplet: 32, 65 and 5A. RGB value is (50,101,90). Sum of RGB (Red+Green+Blue) = 50+101+90=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #32655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32655A is #CD9AA5. Grayscale: #545454. Windows color (decimal): -13474470 or 5924146. OLE color: 5924146.

HSL color Cylindrical-coordinate representation of color #32655A: hue angle of 167.06º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32655A is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB5010190-
CMYK0.5000.110.60
HSL167.06º33.77%29.61%-
HSV(B)167.06º50.5%39.61%-
XYZ7.8110.7211.33-
YUV84.5131.1103.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=20.75%
G=41.91%
B=37.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101900.5000.110.60167.0633.7729.61
Hex32655A320B3Ca7221e
Octal6214513262013742474236
Binary11001011001011011010110010010111111001010011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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