#326765

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

Shades of Genoa #326765

Tints of Genoa #326765

Color information

#326765 (or 0x326765) is unknown color: approx Genoa. HEX triplet: 32, 67 and 65. RGB value is (50,103,101). Sum of RGB (Red+Green+Blue) = 50+103+101=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #326765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326765 is #CD989A. Grayscale: #565656. Windows color (decimal): -13473947 or 6645554. OLE color: 6645554.

HSL color Cylindrical-coordinate representation of color #326765: hue angle of 177.74º 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 #326765 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB50103101-
CMYK0.5100.020.60
HSL177.74º34.64%30%-
HSV(B)177.74º51.46%40.39%-
XYZ8.5111.3214.05-
YUV86.92135.94101.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 103 (40.62% from 255) = 40.55%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=19.69%
G=40.55%
B=39.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal501031010.5100.020.60177.7434.6430
Hex32676533023Cb2231e
Octal621471456302742624336
Binary110010110011111001011100110101111001011001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326765; }

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

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

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

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

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

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

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

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