#32766C

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

Shades of Genoa #32766C

Tints of Genoa #32766C

Color information

#32766C (or 0x32766C) is unknown color: approx Genoa. HEX triplet: 32, 76 and 6C. RGB value is (50,118,108). Sum of RGB (Red+Green+Blue) = 50+118+108=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #32766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32766C is #CD8993. Grayscale: #606060. Windows color (decimal): -13470100 or 7108146. OLE color: 7108146.

HSL color Cylindrical-coordinate representation of color #32766C: hue angle of 171.18º 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 #32766C is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB50118108-
CMYK0.5800.080.54
HSL171.18º40.48%32.94%-
HSV(B)171.18º57.63%46.27%-
XYZ10.514.7216.47-
YUV96.53134.4794.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=18.12%
G=42.75%
B=39.13%

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
Decimal501181080.5800.080.54171.1840.4832.94
Hex32766C3A0836ab2821
Octal6216615472010662535041
Binary110010111011011011001110100100011011010101011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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