#32705E

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

Shades of Genoa #32705E

Tints of Genoa #32705E

Color information

#32705E (or 0x32705E) is unknown color: approx Genoa. HEX triplet: 32, 70 and 5E. RGB value is (50,112,94). Sum of RGB (Red+Green+Blue) = 50+112+94=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #32705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32705E is #CD8FA1. Grayscale: #5B5B5B. Windows color (decimal): -13471650 or 6189106. OLE color: 6189106.

HSL color Cylindrical-coordinate representation of color #32705E: hue angle of 162.58º 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 #32705E is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB5011294-
CMYK0.5500.160.56
HSL162.58º38.27%31.76%-
HSV(B)162.58º55.36%43.92%-
XYZ9.1313.0712.63-
YUV91.41129.4698.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=19.53%
G=43.75%
B=36.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112940.5500.160.56162.5838.2731.76
Hex32705E3701038a32620
Octal6216013667020702434640
Binary1100101110000101111011011101000011100010100011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32705E; }

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

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

<style>
 a { background-color: #32705E; }

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

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

<style>
 span { border-color: #32705E; }

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

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