#326864

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

Shades of Genoa #326864

Tints of Genoa #326864

Color information

#326864 (or 0x326864) is unknown color: approx Genoa. HEX triplet: 32, 68 and 64. RGB value is (50,104,100). Sum of RGB (Red+Green+Blue) = 50+104+100=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #326864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326864 is #CD979B. Grayscale: #575757. Windows color (decimal): -13473692 or 6580274. OLE color: 6580274.

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

Color convert

RGB50104100-
CMYK0.5200.040.59
HSL175.56º35.06%30.2%-
HSV(B)175.56º51.92%40.78%-
XYZ8.5711.513.82-
YUV87.4135.11101.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 100 (39.45% from 255) = 39.37%
R=19.69%
G=40.94%
B=39.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal501041000.5200.040.59175.5635.0630.2
Hex32686434043Bb0231e
Octal621501446404732604336
Binary1100101101000110010011010001001110111011000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326864; }

 p { color: rgb(50,104,100); }

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

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

 a { background-color: rgb(50,104,100); }

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

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

 span { border-color: rgb(50,104,100); }

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