#326763

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

Shades of Genoa #326763

Tints of Genoa #326763

Color information

#326763 (or 0x326763) is unknown color: approx Genoa. HEX triplet: 32, 67 and 63. RGB value is (50,103,99). Sum of RGB (Red+Green+Blue) = 50+103+99=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #326763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326763 is #CD989C. Grayscale: #565656. Windows color (decimal): -13473949 or 6514482. OLE color: 6514482.

HSL color Cylindrical-coordinate representation of color #326763: hue angle of 175.47º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326763 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB5010399-
CMYK0.5100.040.60
HSL175.47º34.64%30%-
HSV(B)175.47º51.46%40.39%-
XYZ8.4211.2813.54-
YUV86.7134.94101.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=19.84%
G=40.87%
B=39.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50103990.5100.040.60175.4734.6430
Hex32676333043Caf231e
Octal621471436304742574336
Binary1100101100111110001111001101001111001010111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326763; }

 p { color: rgb(50,103,99); }

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

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

 a { background-color: rgb(50,103,99); }

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

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

 span { border-color: rgb(50,103,99); }

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