#327772

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

Shades of Genoa #327772

Tints of Genoa #327772

Color information

#327772 (or 0x327772) is unknown color: approx Genoa. HEX triplet: 32, 77 and 72. RGB value is (50,119,114). Sum of RGB (Red+Green+Blue) = 50+119+114=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #327772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327772 is #CD888D. Grayscale: #616161. Windows color (decimal): -13469838 or 7501618. OLE color: 7501618.

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

Color convert

RGB50119114-
CMYK0.5800.040.53
HSL175.65º40.83%33.14%-
HSV(B)175.65º57.98%46.67%-
XYZ10.9515.0918.25-
YUV97.8137.1493.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=17.67%
G=42.05%
B=40.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501191140.5800.040.53175.6540.8333.14
Hex3277723A0435b02921
Octal621671627204652605141
Binary11001011101111110010111010010011010110110000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327772; }

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

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

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

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

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

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

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

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