#327762

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

Shades of Genoa #327762

Tints of Genoa #327762

Color information

#327762 (or 0x327762) is unknown color: approx Genoa. HEX triplet: 32, 77 and 62. RGB value is (50,119,98). Sum of RGB (Red+Green+Blue) = 50+119+98=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #327762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327762 is #CD889D. Grayscale: #5F5F5F. Windows color (decimal): -13469854 or 6453042. OLE color: 6453042.

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

Color convert

RGB5011998-
CMYK0.5800.180.53
HSL161.74º40.83%33.14%-
HSV(B)161.74º57.98%46.67%-
XYZ10.1214.7513.87-
YUV95.98129.1495.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=18.73%
G=44.57%
B=36.70%

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
Decimal50119980.5800.180.53161.7440.8333.14
Hex3277623A01235a22921
Octal6216714272022652425141
Binary1100101110111110001011101001001011010110100010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327762; }

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

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

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

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

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

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

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

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