#327970

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

Shades of Genoa #327970

Tints of Genoa #327970

Color information

#327970 (or 0x327970) is unknown color: approx Genoa. HEX triplet: 32, 79 and 70. RGB value is (50,121,112). Sum of RGB (Red+Green+Blue) = 50+121+112=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #327970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327970 is #CD868F. Grayscale: #626262. Windows color (decimal): -13469328 or 7371058. OLE color: 7371058.

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

Color convert

RGB50121112-
CMYK0.5900.070.53
HSL172.39º41.52%33.53%-
HSV(B)172.39º58.68%47.45%-
XYZ11.0815.5217.74-
YUV98.74135.4893.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=17.67%
G=42.76%
B=39.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501211120.5900.070.53172.3941.5233.53
Hex3279703B0735ac2a22
Octal621711607307652545242
Binary11001011110011110000111011011111010110101100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327970; }

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

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

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

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

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

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

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

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