#32776A

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

Shades of Genoa #32776A

Tints of Genoa #32776A

Color information

#32776A (or 0x32776A) is unknown color: approx Genoa. HEX triplet: 32, 77 and 6A. RGB value is (50,119,106). Sum of RGB (Red+Green+Blue) = 50+119+106=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #32776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32776A is #CD8895. Grayscale: #606060. Windows color (decimal): -13469846 or 6977330. OLE color: 6977330.

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

Color convert

RGB50119106-
CMYK0.5800.110.53
HSL168.7º40.83%33.14%-
HSV(B)168.7º57.98%46.67%-
XYZ10.5114.9115.96-
YUV96.89133.1494.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=18.18%
G=43.27%
B=38.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501191060.5800.110.53168.740.8333.14
Hex32776A3A0B35a92921
Octal6216715272013652515141
Binary110010111011111010101110100101111010110101001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,119,106); }

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

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

 a { background-color: rgb(50,119,106); }

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

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

 span { border-color: rgb(50,119,106); }

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