#327568

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

Shades of Genoa #327568

Tints of Genoa #327568

Color information

#327568 (or 0x327568) is unknown color: approx Genoa. HEX triplet: 32, 75 and 68. RGB value is (50,117,104). Sum of RGB (Red+Green+Blue) = 50+117+104=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #327568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327568 is #CD8A97. Grayscale: #5F5F5F. Windows color (decimal): -13470360 or 6845746. OLE color: 6845746.

HSL color Cylindrical-coordinate representation of color #327568: hue angle of 168.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327568 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB50117104-
CMYK0.5700.110.54
HSL168.36º40.12%32.75%-
HSV(B)168.36º57.26%45.88%-
XYZ10.1814.415.34-
YUV95.48132.895.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=18.45%
G=43.17%
B=38.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501171040.5700.110.54168.3640.1232.75
Hex327568390B36a82821
Octal6216515071013662505041
Binary110010111010111010001110010101111011010101000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327568; }

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

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

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

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

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

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

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

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