#327763

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

Shades of Genoa #327763

Tints of Genoa #327763

Color information

#327763 (or 0x327763) is unknown color: approx Genoa. HEX triplet: 32, 77 and 63. RGB value is (50,119,99). Sum of RGB (Red+Green+Blue) = 50+119+99=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #327763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327763 is #CD889C. Grayscale: #606060. Windows color (decimal): -13469853 or 6518578. OLE color: 6518578.

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

Color convert

RGB5011999-
CMYK0.5800.170.53
HSL162.61º40.83%33.14%-
HSV(B)162.61º57.98%46.67%-
XYZ10.1614.7714.12-
YUV96.09129.6495.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=18.66%
G=44.40%
B=36.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119990.5800.170.53162.6140.8333.14
Hex3277633A01135a32921
Octal6216714372021652435141
Binary1100101110111110001111101001000111010110100011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327763; }

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

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

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

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

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

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

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

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