#32655B

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

Shades of Eden #32655B

Tints of Eden #32655B

Color information

#32655B (or 0x32655B) is unknown color: approx Eden. HEX triplet: 32, 65 and 5B. RGB value is (50,101,91). Sum of RGB (Red+Green+Blue) = 50+101+91=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #32655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32655B is #CD9AA4. Grayscale: #545454. Windows color (decimal): -13474469 or 5989682. OLE color: 5989682.

HSL color Cylindrical-coordinate representation of color #32655B: hue angle of 168.24º 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 #32655B is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB5010191-
CMYK0.5000.100.60
HSL168.24º33.77%29.61%-
HSV(B)168.24º50.5%39.61%-
XYZ7.8610.7411.56-
YUV84.61131.6103.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=20.66%
G=41.74%
B=37.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101910.5000.100.60168.2433.7729.61
Hex32655B320A3Ca8221e
Octal6214513362012742504236
Binary11001011001011011011110010010101111001010100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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