#327265

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

Shades of Genoa #327265

Tints of Genoa #327265

Color information

#327265 (or 0x327265) is unknown color: approx Genoa. HEX triplet: 32, 72 and 65. RGB value is (50,114,101). Sum of RGB (Red+Green+Blue) = 50+114+101=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #327265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327265 is #CD8D9A. Grayscale: #5D5D5D. Windows color (decimal): -13471131 or 6648370. OLE color: 6648370.

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

Color convert

RGB50114101-
CMYK0.5600.110.55
HSL167.81º39.02%32.16%-
HSV(B)167.81º56.14%44.71%-
XYZ9.6813.6514.44-
YUV93.38132.397.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=18.87%
G=43.02%
B=38.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501141010.5600.110.55167.8139.0232.16
Hex327265380B37a82720
Octal6216214570013672504740
Binary110010111001011001011110000101111011110101000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327265; }

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

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

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

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

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

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

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

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