#327960

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

Shades of Genoa #327960

Tints of Genoa #327960

Color information

#327960 (or 0x327960) is unknown color: approx Genoa. HEX triplet: 32, 79 and 60. RGB value is (50,121,96). Sum of RGB (Red+Green+Blue) = 50+121+96=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #327960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327960 is #CD869F. Grayscale: #606060. Windows color (decimal): -13469344 or 6322482. OLE color: 6322482.

HSL color Cylindrical-coordinate representation of color #327960: hue angle of 158.87º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327960 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB5012196-
CMYK0.5900.210.53
HSL158.87º41.52%33.53%-
HSV(B)158.87º58.68%47.45%-
XYZ10.2615.213.46-
YUV96.92127.4894.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=18.73%
G=45.32%
B=35.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121960.5900.210.53158.8741.5233.53
Hex3279603B015359f2a22
Octal6217114073025652375242
Binary1100101111001110000011101101010111010110011111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327960; }

 p { color: rgb(50,121,96); }

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

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

 a { background-color: rgb(50,121,96); }

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

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

 span { border-color: rgb(50,121,96); }

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