#327370

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

Shades of Genoa #327370

Tints of Genoa #327370

Color information

#327370 (or 0x327370) is unknown color: approx Genoa. HEX triplet: 32, 73 and 70. RGB value is (50,115,112). Sum of RGB (Red+Green+Blue) = 50+115+112=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #327370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327370 is #CD8C8F. Grayscale: #5F5F5F. Windows color (decimal): -13470864 or 7369522. OLE color: 7369522.

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

Color convert

RGB50115112-
CMYK0.5700.030.55
HSL177.23º39.39%32.35%-
HSV(B)177.23º56.52%45.1%-
XYZ10.3714.1117.51-
YUV95.22137.4795.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=18.05%
G=41.52%
B=40.43%

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
Decimal501151120.5700.030.55177.2339.3932.35
Hex327370390337b12720
Octal621631607103672614740
Binary1100101110011111000011100101111011110110001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327370; }

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

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

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

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

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

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

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

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