#327965

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

Shades of Genoa #327965

Tints of Genoa #327965

Color information

#327965 (or 0x327965) is unknown color: approx Genoa. HEX triplet: 32, 79 and 65. RGB value is (50,121,101). Sum of RGB (Red+Green+Blue) = 50+121+101=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #327965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327965 is #CD869A. Grayscale: #616161. Windows color (decimal): -13469339 or 6650162. OLE color: 6650162.

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

Color convert

RGB50121101-
CMYK0.5900.170.53
HSL163.1º41.52%33.53%-
HSV(B)163.1º58.68%47.45%-
XYZ10.515.2914.71-
YUV97.49129.9894.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=18.38%
G=44.49%
B=37.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501211010.5900.170.53163.141.5233.53
Hex3279653B01135a32a22
Octal6217114573021652435242
Binary1100101111001110010111101101000111010110100011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327965; }

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

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

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

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

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

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

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

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