#32716A

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

Shades of Genoa #32716A

Tints of Genoa #32716A

Color information

#32716A (or 0x32716A) is unknown color: approx Genoa. HEX triplet: 32, 71 and 6A. RGB value is (50,113,106). Sum of RGB (Red+Green+Blue) = 50+113+106=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #32716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32716A is #CD8E95. Grayscale: #5D5D5D. Windows color (decimal): -13471382 or 6975794. OLE color: 6975794.

HSL color Cylindrical-coordinate representation of color #32716A: hue angle of 173.33º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32716A is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB50113106-
CMYK0.5600.060.56
HSL173.33º38.65%31.96%-
HSV(B)173.33º55.75%44.31%-
XYZ9.8213.5315.73-
YUV93.36135.1397.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=18.59%
G=42.01%
B=39.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501131060.5600.060.56173.3338.6531.96
Hex32716A380638ad2720
Octal621611527006702554740
Binary11001011100011101010111000011011100010101101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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