#327961

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

Shades of Genoa #327961

Tints of Genoa #327961

Color information

#327961 (or 0x327961) is unknown color: approx Genoa. HEX triplet: 32, 79 and 61. RGB value is (50,121,97). Sum of RGB (Red+Green+Blue) = 50+121+97=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #327961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327961 is #CD869E. Grayscale: #616161. Windows color (decimal): -13469343 or 6388018. OLE color: 6388018.

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

Color convert

RGB5012197-
CMYK0.5900.200.53
HSL159.72º41.52%33.53%-
HSV(B)159.72º58.68%47.45%-
XYZ10.3115.2213.7-
YUV97.04127.9894.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=18.66%
G=45.15%
B=36.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121970.5900.200.53159.7241.5233.53
Hex3279613B01435a02a22
Octal6217114173024652405242
Binary1100101111001110000111101101010011010110100000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327961; }

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

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

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

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

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

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

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

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