#327862

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

Shades of Genoa #327862

Tints of Genoa #327862

Color information

#327862 (or 0x327862) is unknown color: approx Genoa. HEX triplet: 32, 78 and 62. RGB value is (50,120,98). Sum of RGB (Red+Green+Blue) = 50+120+98=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #327862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327862 is #CD879D. Grayscale: #606060. Windows color (decimal): -13469598 or 6453298. OLE color: 6453298.

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

Color convert

RGB5012098-
CMYK0.5800.180.53
HSL161.14º41.18%33.33%-
HSV(B)161.14º58.33%47.06%-
XYZ10.2414.9913.91-
YUV96.56128.8194.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=18.66%
G=44.78%
B=36.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120980.5800.180.53161.1441.1833.33
Hex3278623A01235a12921
Octal6217014272022652415141
Binary1100101111000110001011101001001011010110100001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327862; }

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

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

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

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

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

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

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

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