#327469

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

Shades of Genoa #327469

Tints of Genoa #327469

Color information

#327469 (or 0x327469) is unknown color: approx Genoa. HEX triplet: 32, 74 and 69. RGB value is (50,116,105). Sum of RGB (Red+Green+Blue) = 50+116+105=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #327469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327469 is #CD8B96. Grayscale: #5E5E5E. Windows color (decimal): -13470615 or 6911026. OLE color: 6911026.

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

Color convert

RGB50116105-
CMYK0.5700.090.55
HSL170º39.76%32.55%-
HSV(B)170º56.9%45.49%-
XYZ10.1114.1915.57-
YUV95.01133.6395.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=18.45%
G=42.80%
B=38.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501161050.5700.090.5517039.7632.55
Hex327469390937aa2821
Octal6216415171011672525041
Binary110010111010011010011110010100111011110101010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327469; }

 p { color: rgb(50,116,105); }

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

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

 a { background-color: rgb(50,116,105); }

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

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

 span { border-color: rgb(50,116,105); }

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