#32746D

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

Shades of Genoa #32746D

Tints of Genoa #32746D

Color information

#32746D (or 0x32746D) is unknown color: approx Genoa. HEX triplet: 32, 74 and 6D. RGB value is (50,116,109). Sum of RGB (Red+Green+Blue) = 50+116+109=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #32746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32746D is #CD8B92. Grayscale: #5F5F5F. Windows color (decimal): -13470611 or 7173170. OLE color: 7173170.

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

Color convert

RGB50116109-
CMYK0.5700.060.55
HSL173.64º39.76%32.55%-
HSV(B)173.64º56.9%45.49%-
XYZ10.3214.2716.68-
YUV95.47135.6395.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=18.18%
G=42.18%
B=39.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501161090.5700.060.55173.6439.7632.55
Hex32746D390637ae2821
Octal621641557106672565041
Binary11001011101001101101111001011011011110101110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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