#327470

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

Shades of Genoa #327470

Tints of Genoa #327470

Color information

#327470 (or 0x327470) is unknown color: approx Genoa. HEX triplet: 32, 74 and 70. RGB value is (50,116,112). Sum of RGB (Red+Green+Blue) = 50+116+112=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #327470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327470 is #CD8B8F. Grayscale: #5F5F5F. Windows color (decimal): -13470608 or 7369778. OLE color: 7369778.

HSL color Cylindrical-coordinate representation of color #327470: hue angle of 176.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327470 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB50116112-
CMYK0.5700.030.55
HSL176.36º39.76%32.55%-
HSV(B)176.36º56.9%45.49%-
XYZ10.4914.3417.54-
YUV95.81137.1395.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=17.99%
G=41.73%
B=40.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501161120.5700.030.55176.3639.7632.55
Hex327470390337b02821
Octal621641607103672605041
Binary1100101110100111000011100101111011110110000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327470; }

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

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

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

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

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

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

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

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