#327671

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

Shades of Genoa #327671

Tints of Genoa #327671

Color information

#327671 (or 0x327671) is unknown color: approx Genoa. HEX triplet: 32, 76 and 71. RGB value is (50,118,113). Sum of RGB (Red+Green+Blue) = 50+118+113=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #327671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327671 is #CD898E. Grayscale: #616161. Windows color (decimal): -13470095 or 7435826. OLE color: 7435826.

HSL color Cylindrical-coordinate representation of color #327671: hue angle of 175.59º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327671 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB50118113-
CMYK0.5800.040.54
HSL175.59º40.48%32.94%-
HSV(B)175.59º57.63%46.27%-
XYZ10.7714.8317.92-
YUV97.1136.9794.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=17.79%
G=41.99%
B=40.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501181130.5800.040.54175.5940.4832.94
Hex3276713A0436b02821
Octal621661617204662605041
Binary11001011101101110001111010010011011010110000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327671; }

 p { color: rgb(50,118,113); }

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

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

 a { background-color: rgb(50,118,113); }

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

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

 span { border-color: rgb(50,118,113); }

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