#32786F

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

Shades of Genoa #32786F

Tints of Genoa #32786F

Color information

#32786F (or 0x32786F) is unknown color: approx Genoa. HEX triplet: 32, 78 and 6F. RGB value is (50,120,111). Sum of RGB (Red+Green+Blue) = 50+120+111=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #32786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32786F is #CD8790. Grayscale: #626262. Windows color (decimal): -13469585 or 7305266. OLE color: 7305266.

HSL color Cylindrical-coordinate representation of color #32786F: hue angle of 172.29º 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 #32786F is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB50120111-
CMYK0.5800.080.53
HSL172.29º41.18%33.33%-
HSV(B)172.29º58.33%47.06%-
XYZ10.915.2617.41-
YUV98.04135.3193.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 120 (47.27% from 255) = 42.70%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=17.79%
G=42.70%
B=39.50%

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
Decimal501201110.5800.080.53172.2941.1833.33
Hex32786F3A0835ac2921
Octal6217015772010652545141
Binary110010111100011011111110100100011010110101100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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