#49716F

Color #49716F William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #49716F

Tints of William #49716F

Color information

#49716F (or 0x49716F) is unknown color: approx William. HEX triplet: 49, 71 and 6F. RGB value is (73,113,111). Sum of RGB (Red+Green+Blue) = 73+113+111=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #49716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49716F is #B68E90. Grayscale: #646464. Windows color (decimal): -11964049 or 7303497. OLE color: 7303497.

HSL color Cylindrical-coordinate representation of color #49716F: hue angle of 177º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49716F is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB73113111-
CMYK0.3500.020.56
HSL177º21.51%36.47%-
HSV(B)177º35.4%44.31%-
XYZ11.5214.3717.21-
YUV100.81133.75108.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=24.58%
G=38.05%
B=37.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731131110.3500.020.5617721.5136.47
Hex49716F230238b11624
Octal1111611574302702612644
Binary1001001111000111011111000110101110001011000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49716F; }

 p { color: rgb(73,113,111); }

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

<style>
 a { background-color: #49716F; }

 a { background-color: rgb(73,113,111); }

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

<style>
 span { border-color: #49716F; }

 span { border-color: rgb(73,113,111); }

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