#32776C

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

Shades of Genoa #32776C

Tints of Genoa #32776C

Color information

#32776C (or 0x32776C) is unknown color: approx Genoa. HEX triplet: 32, 77 and 6C. RGB value is (50,119,108). Sum of RGB (Red+Green+Blue) = 50+119+108=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #32776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32776C is #CD8893. Grayscale: #616161. Windows color (decimal): -13469844 or 7108402. OLE color: 7108402.

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

Color convert

RGB50119108-
CMYK0.5800.090.53
HSL170.43º40.83%33.14%-
HSV(B)170.43º57.98%46.67%-
XYZ10.6214.9516.51-
YUV97.12134.1494.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=18.05%
G=42.96%
B=38.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501191080.5800.090.53170.4340.8333.14
Hex32776C3A0935aa2921
Octal6216715472011652525141
Binary110010111011111011001110100100111010110101010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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