#32706A

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

Shades of Genoa #32706A

Tints of Genoa #32706A

Color information

#32706A (or 0x32706A) is unknown color: approx Genoa. HEX triplet: 32, 70 and 6A. RGB value is (50,112,106). Sum of RGB (Red+Green+Blue) = 50+112+106=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #32706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32706A is #CD8F95. Grayscale: #5C5C5C. Windows color (decimal): -13471638 or 6975538. OLE color: 6975538.

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

Color convert

RGB50112106-
CMYK0.5500.050.56
HSL174.19º38.27%31.76%-
HSV(B)174.19º55.36%43.92%-
XYZ9.7113.3115.69-
YUV92.78135.4697.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=18.66%
G=41.79%
B=39.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501121060.5500.050.56174.1938.2731.76
Hex32706A370538ae2620
Octal621601526705702564640
Binary11001011100001101010110111010111100010101110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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