#327162

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

Shades of Genoa #327162

Tints of Genoa #327162

Color information

#327162 (or 0x327162) is unknown color: approx Genoa. HEX triplet: 32, 71 and 62. RGB value is (50,113,98). Sum of RGB (Red+Green+Blue) = 50+113+98=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #327162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327162 is #CD8E9D. Grayscale: #5C5C5C. Windows color (decimal): -13471390 or 6451506. OLE color: 6451506.

HSL color Cylindrical-coordinate representation of color #327162: hue angle of 165.71º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327162 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB5011398-
CMYK0.5600.130.56
HSL165.71º38.65%31.96%-
HSV(B)165.71º55.75%44.31%-
XYZ9.4313.3713.64-
YUV92.45131.1397.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=19.16%
G=43.30%
B=37.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113980.5600.130.56165.7138.6531.96
Hex327162380D38a62720
Octal6216114270015702464740
Binary110010111000111000101110000110111100010100110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327162; }

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

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

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

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

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

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

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

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