#327065

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

Shades of Genoa #327065

Tints of Genoa #327065

Color information

#327065 (or 0x327065) is unknown color: approx Genoa. HEX triplet: 32, 70 and 65. RGB value is (50,112,101). Sum of RGB (Red+Green+Blue) = 50+112+101=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #327065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327065 is #CD8F9A. Grayscale: #5C5C5C. Windows color (decimal): -13471643 or 6647858. OLE color: 6647858.

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

Color convert

RGB50112101-
CMYK0.5500.100.56
HSL169.35º38.27%31.76%-
HSV(B)169.35º55.36%43.92%-
XYZ9.4613.2114.36-
YUV92.21132.9697.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=19.01%
G=42.59%
B=38.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501121010.5500.100.56169.3538.2731.76
Hex327065370A38a92620
Octal6216014567012702514640
Binary110010111000011001011101110101011100010101001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327065; }

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

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

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

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

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

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

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

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