#326768

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

Shades of Genoa #326768

Tints of Genoa #326768

Color information

#326768 (or 0x326768) is unknown color: approx Genoa. HEX triplet: 32, 67 and 68. RGB value is (50,103,104). Sum of RGB (Red+Green+Blue) = 50+103+104=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #326768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326768 is #CD9897. Grayscale: #575757. Windows color (decimal): -13473944 or 6842162. OLE color: 6842162.

HSL color Cylindrical-coordinate representation of color #326768: hue angle of 181.11º 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 #326768 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB50103104-
CMYK0.520.0100.59
HSL181.11º35.06%30.2%-
HSV(B)181.11º51.92%40.78%-
XYZ8.6611.3814.84-
YUV87.27137.44101.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=19.46%
G=40.08%
B=40.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal501031040.520.0100.59181.1135.0630.2
Hex32676834103Bb5231e
Octal621471506410732654336
Binary11001011001111101000110100101110111011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326768; }

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

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

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

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

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

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

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

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