#32706D

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

Shades of Genoa #32706D

Tints of Genoa #32706D

Color information

#32706D (or 0x32706D) is unknown color: approx Genoa. HEX triplet: 32, 70 and 6D. RGB value is (50,112,109). Sum of RGB (Red+Green+Blue) = 50+112+109=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #32706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32706D is #CD8F92. Grayscale: #5D5D5D. Windows color (decimal): -13471635 or 7172146. OLE color: 7172146.

HSL color Cylindrical-coordinate representation of color #32706D: hue angle of 177.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32706D is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB50112109-
CMYK0.5500.030.56
HSL177.1º38.27%31.76%-
HSV(B)177.1º55.36%43.92%-
XYZ9.8713.3716.53-
YUV93.12136.9697.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=18.45%
G=41.33%
B=40.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501121090.5500.030.56177.138.2731.76
Hex32706D370338b12620
Octal621601556703702614640
Binary1100101110000110110111011101111100010110001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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