#327761

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

Shades of Genoa #327761

Tints of Genoa #327761

Color information

#327761 (or 0x327761) is unknown color: approx Genoa. HEX triplet: 32, 77 and 61. RGB value is (50,119,97). Sum of RGB (Red+Green+Blue) = 50+119+97=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #327761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327761 is #CD889E. Grayscale: #5F5F5F. Windows color (decimal): -13469855 or 6387506. OLE color: 6387506.

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

Color convert

RGB5011997-
CMYK0.5800.180.53
HSL160.87º40.83%33.14%-
HSV(B)160.87º57.98%46.67%-
XYZ10.0714.7313.62-
YUV95.86128.6495.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 119 (46.88% from 255) = 44.74%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=18.80%
G=44.74%
B=36.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119970.5800.180.53160.8740.8333.14
Hex3277613A01235a12921
Octal6216714172022652415141
Binary1100101110111110000111101001001011010110100001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327761; }

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

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

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

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

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

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

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

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