#32766D

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

Shades of Genoa #32766D

Tints of Genoa #32766D

Color information

#32766D (or 0x32766D) is unknown color: approx Genoa. HEX triplet: 32, 76 and 6D. RGB value is (50,118,109). Sum of RGB (Red+Green+Blue) = 50+118+109=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #32766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32766D is #CD8992. Grayscale: #606060. Windows color (decimal): -13470099 or 7173682. OLE color: 7173682.

HSL color Cylindrical-coordinate representation of color #32766D: hue angle of 172.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32766D is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB50118109-
CMYK0.5800.080.54
HSL172.06º40.48%32.94%-
HSV(B)172.06º57.63%46.27%-
XYZ10.5514.7416.76-
YUV96.64134.9794.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=18.05%
G=42.60%
B=39.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501181090.5800.080.54172.0640.4832.94
Hex32766D3A0836ac2821
Octal6216615572010662545041
Binary110010111011011011011110100100011011010101100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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