#32746E

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

Shades of Genoa #32746E

Tints of Genoa #32746E

Color information

#32746E (or 0x32746E) is unknown color: approx Genoa. HEX triplet: 32, 74 and 6E. RGB value is (50,116,110). Sum of RGB (Red+Green+Blue) = 50+116+110=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #32746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32746E is #CD8B91. Grayscale: #5F5F5F. Windows color (decimal): -13470610 or 7238706. OLE color: 7238706.

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

Color convert

RGB50116110-
CMYK0.5700.050.55
HSL174.55º39.76%32.55%-
HSV(B)174.55º56.9%45.49%-
XYZ10.3814.2916.96-
YUV95.58136.1395.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=18.12%
G=42.03%
B=39.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501161100.5700.050.55174.5539.7632.55
Hex32746E390537af2821
Octal621641567105672575041
Binary11001011101001101110111001010111011110101111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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