#327770

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

Shades of Genoa #327770

Tints of Genoa #327770

Color information

#327770 (or 0x327770) is unknown color: approx Genoa. HEX triplet: 32, 77 and 70. RGB value is (50,119,112). Sum of RGB (Red+Green+Blue) = 50+119+112=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #327770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327770 is #CD888F. Grayscale: #616161. Windows color (decimal): -13469840 or 7370546. OLE color: 7370546.

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

Color convert

RGB50119112-
CMYK0.5800.060.53
HSL173.91º40.83%33.14%-
HSV(B)173.91º57.98%46.67%-
XYZ10.8415.0417.66-
YUV97.57136.1494.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=17.79%
G=42.35%
B=39.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501191120.5800.060.53173.9140.8333.14
Hex3277703A0635ae2921
Octal621671607206652565141
Binary11001011101111110000111010011011010110101110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327770; }

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

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

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

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

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

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

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

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