#49514C

Color #49514C Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #49514C

Tints of Feldgrau #49514C

Color information

#49514C (or 0x49514C) is unknown color: approx Feldgrau. HEX triplet: 49, 51 and 4C. RGB value is (73,81,76). Sum of RGB (Red+Green+Blue) = 73+81+76=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 81 - color contains mainly: green. Hex color #49514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49514C is #B6AEB3. Grayscale: #4E4E4E. Windows color (decimal): -11972276 or 5001545. OLE color: 5001545.

HSL color Cylindrical-coordinate representation of color #49514C: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #49514C is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB738176-
CMYK0.1000.060.68
HSL142.5º5.19%30.2%-
HSV(B)142.5º9.88%31.76%-
XYZ6.997.827.98-
YUV78.04126.85124.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=31.74%
G=35.22%
B=33.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381760.1000.060.68142.55.1930.2
Hex49514CA06448e51e
Octal1111211141206104216536
Binary1001001101000110011001010011010001001000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49514C; }

 p { color: rgb(73,81,76); }

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

<style>
 a { background-color: #49514C; }

 a { background-color: rgb(73,81,76); }

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

<style>
 span { border-color: #49514C; }

 span { border-color: rgb(73,81,76); }

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