#32706B

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

Shades of Genoa #32706B

Tints of Genoa #32706B

Color information

#32706B (or 0x32706B) is unknown color: approx Genoa. HEX triplet: 32, 70 and 6B. RGB value is (50,112,107). Sum of RGB (Red+Green+Blue) = 50+112+107=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #32706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32706B is #CD8F94. Grayscale: #5C5C5C. Windows color (decimal): -13471637 or 7041074. OLE color: 7041074.

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

Color convert

RGB50112107-
CMYK0.5500.040.56
HSL175.16º38.27%31.76%-
HSV(B)175.16º55.36%43.92%-
XYZ9.7613.3315.97-
YUV92.89135.9697.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=18.59%
G=41.64%
B=39.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501121070.5500.040.56175.1638.2731.76
Hex32706B370438af2620
Octal621601536704702574640
Binary11001011100001101011110111010011100010101111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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