#327A70

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

Shades of Genoa #327A70

Tints of Genoa #327A70

Color information

#327A70 (or 0x327A70) is unknown color: approx Genoa. HEX triplet: 32, 7A and 70. RGB value is (50,122,112). Sum of RGB (Red+Green+Blue) = 50+122+112=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #327A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A70 is #CD858F. Grayscale: #636363. Windows color (decimal): -13469072 or 7371314. OLE color: 7371314.

HSL color Cylindrical-coordinate representation of color #327A70: hue angle of 171.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A70 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB50122112-
CMYK0.5900.080.52
HSL171.67º41.86%33.73%-
HSV(B)171.67º59.02%47.84%-
XYZ11.215.7717.78-
YUV99.33135.1592.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 122 (48.05% from 255) = 42.96%
BLUE value IS 112 (44.14% from 255) = 39.44%
R=17.61%
G=42.96%
B=39.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal501221120.5900.080.52171.6741.8633.73
Hex327A703B0834ac2a22
Octal6217216073010642545242
Binary110010111101011100001110110100011010010101100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327A70; }

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

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

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

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

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

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

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

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