#32726C

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

Shades of Genoa #32726C

Tints of Genoa #32726C

Color information

#32726C (or 0x32726C) is unknown color: approx Genoa. HEX triplet: 32, 72 and 6C. RGB value is (50,114,108). Sum of RGB (Red+Green+Blue) = 50+114+108=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #32726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32726C is #CD8D93. Grayscale: #5E5E5E. Windows color (decimal): -13471124 or 7107122. OLE color: 7107122.

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

Color convert

RGB50114108-
CMYK0.5600.050.55
HSL174.38º39.02%32.16%-
HSV(B)174.38º56.14%44.71%-
XYZ10.0413.816.32-
YUV94.18135.896.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=18.38%
G=41.91%
B=39.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501141080.5600.050.55174.3839.0232.16
Hex32726C380537ae2720
Octal621621547005672564740
Binary11001011100101101100111000010111011110101110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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