#32796A

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

Shades of Genoa #32796A

Tints of Genoa #32796A

Color information

#32796A (or 0x32796A) is unknown color: approx Genoa. HEX triplet: 32, 79 and 6A. RGB value is (50,121,106). Sum of RGB (Red+Green+Blue) = 50+121+106=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #32796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32796A is #CD8695. Grayscale: #626262. Windows color (decimal): -13469334 or 6977842. OLE color: 6977842.

HSL color Cylindrical-coordinate representation of color #32796A: hue angle of 167.32º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32796A is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB50121106-
CMYK0.5900.120.53
HSL167.32º41.52%33.53%-
HSV(B)167.32º58.68%47.45%-
XYZ10.7515.3916.04-
YUV98.06132.4893.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=18.05%
G=43.68%
B=38.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501211060.5900.120.53167.3241.5233.53
Hex32796A3B0C35a72a22
Octal6217115273014652475242
Binary110010111100111010101110110110011010110100111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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