#327972

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

Shades of Genoa #327972

Tints of Genoa #327972

Color information

#327972 (or 0x327972) is unknown color: approx Genoa. HEX triplet: 32, 79 and 72. RGB value is (50,121,114). Sum of RGB (Red+Green+Blue) = 50+121+114=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #327972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327972 is #CD868D. Grayscale: #626262. Windows color (decimal): -13469326 or 7502130. OLE color: 7502130.

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

Color convert

RGB50121114-
CMYK0.5900.060.53
HSL174.08º41.52%33.53%-
HSV(B)174.08º58.68%47.45%-
XYZ11.1915.5718.33-
YUV98.97136.4893.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 121 (47.66% from 255) = 42.46%
BLUE value IS 114 (44.92% from 255) = 40%
R=17.54%
G=42.46%
B=40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501211140.5900.060.53174.0841.5233.53
Hex3279723B0635ae2a22
Octal621711627306652565242
Binary11001011110011110010111011011011010110101110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327972; }

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

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

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

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

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

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

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

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