#327B6C

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

Shades of Genoa #327B6C

Tints of Genoa #327B6C

Color information

#327B6C (or 0x327B6C) is unknown color: approx Genoa. HEX triplet: 32, 7B and 6C. RGB value is (50,123,108). Sum of RGB (Red+Green+Blue) = 50+123+108=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #327B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B6C is #CD8493. Grayscale: #636363. Windows color (decimal): -13468820 or 7109426. OLE color: 7109426.

HSL color Cylindrical-coordinate representation of color #327B6C: hue angle of 167.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327B6C is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB50123108-
CMYK0.5900.120.52
HSL167.67º42.2%33.92%-
HSV(B)167.67º59.35%48.24%-
XYZ11.1115.9316.68-
YUV99.46132.8292.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 123 (48.44% from 255) = 43.77%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=17.79%
G=43.77%
B=38.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal501231080.5900.120.52167.6742.233.92
Hex327B6C3B0C34a82a22
Octal6217315473014642505242
Binary110010111101111011001110110110011010010101000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,123,108); }

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

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

 a { background-color: rgb(50,123,108); }

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

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

 span { border-color: rgb(50,123,108); }

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