#327165

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

Shades of Genoa #327165

Tints of Genoa #327165

Color information

#327165 (or 0x327165) is unknown color: approx Genoa. HEX triplet: 32, 71 and 65. RGB value is (50,113,101). Sum of RGB (Red+Green+Blue) = 50+113+101=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #327165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327165 is #CD8E9A. Grayscale: #5C5C5C. Windows color (decimal): -13471387 or 6648114. OLE color: 6648114.

HSL color Cylindrical-coordinate representation of color #327165: hue angle of 168.57º 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 #327165 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB50113101-
CMYK0.5600.110.56
HSL168.57º38.65%31.96%-
HSV(B)168.57º55.75%44.31%-
XYZ9.5713.4314.4-
YUV92.8132.6397.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=18.94%
G=42.80%
B=38.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501131010.5600.110.56168.5738.6531.96
Hex327165380B38a92720
Octal6216114570013702514740
Binary110010111000111001011110000101111100010101001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327165; }

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

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

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

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

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

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

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

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