#32786E

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

Shades of Genoa #32786E

Tints of Genoa #32786E

Color information

#32786E (or 0x32786E) is unknown color: approx Genoa. HEX triplet: 32, 78 and 6E. RGB value is (50,120,110). Sum of RGB (Red+Green+Blue) = 50+120+110=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #32786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32786E is #CD8791. Grayscale: #616161. Windows color (decimal): -13469586 or 7239730. OLE color: 7239730.

HSL color Cylindrical-coordinate representation of color #32786E: hue angle of 171.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32786E is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB50120110-
CMYK0.5800.080.53
HSL171.43º41.18%33.33%-
HSV(B)171.43º58.33%47.06%-
XYZ10.8515.2417.12-
YUV97.93134.8193.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=17.86%
G=42.86%
B=39.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501201100.5800.080.53171.4341.1833.33
Hex32786E3A0835ab2921
Octal6217015672010652535141
Binary110010111100011011101110100100011010110101011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,120,110); }

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

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

 a { background-color: rgb(50,120,110); }

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

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

 span { border-color: rgb(50,120,110); }

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