#32746A

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

Shades of Genoa #32746A

Tints of Genoa #32746A

Color information

#32746A (or 0x32746A) is unknown color: approx Genoa. HEX triplet: 32, 74 and 6A. RGB value is (50,116,106). Sum of RGB (Red+Green+Blue) = 50+116+106=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #32746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32746A is #CD8B95. Grayscale: #5F5F5F. Windows color (decimal): -13470614 or 6976562. OLE color: 6976562.

HSL color Cylindrical-coordinate representation of color #32746A: hue angle of 170.91º 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 #32746A is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB50116106-
CMYK0.5700.090.55
HSL170.91º39.76%32.55%-
HSV(B)170.91º56.9%45.49%-
XYZ10.1614.2115.84-
YUV95.13134.1395.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=18.38%
G=42.65%
B=38.97%

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
Decimal501161060.5700.090.55170.9139.7632.55
Hex32746A390937ab2821
Octal6216415271011672535041
Binary110010111010011010101110010100111011110101011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32746A; }

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

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

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

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

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

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

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

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