#327866

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

Shades of Genoa #327866

Tints of Genoa #327866

Color information

#327866 (or 0x327866) is unknown color: approx Genoa. HEX triplet: 32, 78 and 66. RGB value is (50,120,102). Sum of RGB (Red+Green+Blue) = 50+120+102=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #327866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327866 is #CD8799. Grayscale: #616161. Windows color (decimal): -13469594 or 6715442. OLE color: 6715442.

HSL color Cylindrical-coordinate representation of color #327866: hue angle of 164.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327866 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB50120102-
CMYK0.5800.150.53
HSL164.57º41.18%33.33%-
HSV(B)164.57º58.33%47.06%-
XYZ10.4315.0714.93-
YUV97.02130.8194.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=18.38%
G=44.12%
B=37.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501201020.5800.150.53164.5741.1833.33
Hex3278663A0F35a52921
Octal6217014672017652455141
Binary110010111100011001101110100111111010110100101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327866; }

 p { color: rgb(50,120,102); }

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

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

 a { background-color: rgb(50,120,102); }

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

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

 span { border-color: rgb(50,120,102); }

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