#327567

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

Shades of Genoa #327567

Tints of Genoa #327567

Color information

#327567 (or 0x327567) is unknown color: approx Genoa. HEX triplet: 32, 75 and 67. RGB value is (50,117,103). Sum of RGB (Red+Green+Blue) = 50+117+103=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #327567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327567 is #CD8A98. Grayscale: #5F5F5F. Windows color (decimal): -13470361 or 6780210. OLE color: 6780210.

HSL color Cylindrical-coordinate representation of color #327567: hue angle of 167.46º 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 #327567 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB50117103-
CMYK0.5700.120.54
HSL167.46º40.12%32.75%-
HSV(B)167.46º57.26%45.88%-
XYZ10.1214.3815.07-
YUV95.37132.395.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 103 (40.62% from 255) = 38.15%
R=18.52%
G=43.33%
B=38.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501171030.5700.120.54167.4640.1232.75
Hex327567390C36a72821
Octal6216514771014662475041
Binary110010111010111001111110010110011011010100111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327567; }

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

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

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

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

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

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

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

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