#32726E

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

Shades of Genoa #32726E

Tints of Genoa #32726E

Color information

#32726E (or 0x32726E) is unknown color: approx Genoa. HEX triplet: 32, 72 and 6E. RGB value is (50,114,110). Sum of RGB (Red+Green+Blue) = 50+114+110=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #32726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32726E is #CD8D91. Grayscale: #5E5E5E. Windows color (decimal): -13471122 or 7238194. OLE color: 7238194.

HSL color Cylindrical-coordinate representation of color #32726E: hue angle of 176.25º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32726E is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB50114110-
CMYK0.5600.040.55
HSL176.25º39.02%32.16%-
HSV(B)176.25º56.14%44.71%-
XYZ10.1513.8416.89-
YUV94.41136.896.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=18.25%
G=41.61%
B=40.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501141100.5600.040.55176.2539.0232.16
Hex32726E380437b02720
Octal621621567004672604740
Binary11001011100101101110111000010011011110110000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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