#327C63

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

Shades of Genoa #327C63

Tints of Genoa #327C63

Color information

#327C63 (or 0x327C63) is unknown color: approx Genoa. HEX triplet: 32, 7C and 63. RGB value is (50,124,99). Sum of RGB (Red+Green+Blue) = 50+124+99=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #327C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C63 is #CD839C. Grayscale: #636363. Windows color (decimal): -13468573 or 6519858. OLE color: 6519858.

HSL color Cylindrical-coordinate representation of color #327C63: hue angle of 159.73º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C63 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB5012499-
CMYK0.6000.200.51
HSL159.73º42.53%34.12%-
HSV(B)159.73º59.68%48.63%-
XYZ10.7815.9914.32-
YUV99.02127.9893.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=18.32%
G=45.42%
B=36.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50124990.6000.200.51159.7342.5334.12
Hex327C633C01433a02b22
Octal6217414374024632405342
Binary1100101111100110001111110001010011001110100000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327C63; }

 p { color: rgb(50,124,99); }

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

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

 a { background-color: rgb(50,124,99); }

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

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

 span { border-color: rgb(50,124,99); }

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