#32806C

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

Shades of Genoa #32806C

Tints of Genoa #32806C

Color information

#32806C (or 0x32806C) is unknown color: approx Genoa. HEX triplet: 32, 80 and 6C. RGB value is (50,128,108). Sum of RGB (Red+Green+Blue) = 50+128+108=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #32806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32806C is #CD7F93. Grayscale: #666666. Windows color (decimal): -13467540 or 7110706. OLE color: 7110706.

HSL color Cylindrical-coordinate representation of color #32806C: hue angle of 164.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32806C is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB50128108-
CMYK0.6100.160.50
HSL164.62º43.82%34.9%-
HSV(B)164.62º60.94%50.2%-
XYZ11.7417.216.89-
YUV102.4131.1690.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.48%
GREEN value IS 128 (50.39% from 255) = 44.76%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=17.48%
G=44.76%
B=37.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501281080.6100.160.50164.6243.8234.9
Hex32806C3D01032a52c23
Octal6220015475020622455443
Binary11001010000000110110011110101000011001010100101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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