#32716B

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

Shades of Genoa #32716B

Tints of Genoa #32716B

Color information

#32716B (or 0x32716B) is unknown color: approx Genoa. HEX triplet: 32, 71 and 6B. RGB value is (50,113,107). Sum of RGB (Red+Green+Blue) = 50+113+107=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #32716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32716B is #CD8E94. Grayscale: #5D5D5D. Windows color (decimal): -13471381 or 7041330. OLE color: 7041330.

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

Color convert

RGB50113107-
CMYK0.5600.050.56
HSL174.29º38.65%31.96%-
HSV(B)174.29º55.75%44.31%-
XYZ9.8713.5516-
YUV93.48135.6396.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=18.52%
G=41.85%
B=39.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501131070.5600.050.56174.2938.6531.96
Hex32716B380538ae2720
Octal621611537005702564740
Binary11001011100011101011111000010111100010101110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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