#32786C

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

Shades of Genoa #32786C

Tints of Genoa #32786C

Color information

#32786C (or 0x32786C) is unknown color: approx Genoa. HEX triplet: 32, 78 and 6C. RGB value is (50,120,108). Sum of RGB (Red+Green+Blue) = 50+120+108=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #32786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32786C is #CD8793. Grayscale: #616161. Windows color (decimal): -13469588 or 7108658. OLE color: 7108658.

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

Color convert

RGB50120108-
CMYK0.5800.100.53
HSL169.71º41.18%33.33%-
HSV(B)169.71º58.33%47.06%-
XYZ10.7415.1916.55-
YUV97.7133.8193.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=17.99%
G=43.17%
B=38.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501201080.5800.100.53169.7141.1833.33
Hex32786C3A0A35aa2921
Octal6217015472012652525141
Binary110010111100011011001110100101011010110101010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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