Html Css Color HEX #49574C Feldgrau

📋 copy color: '#49574C'

red 73 ◦ green 87 ◦ blue 76

#49574C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #49574C

Tints of Feldgrau #49574C

RGB

 RED value IS 73 (28.91% from 255) = 30.93%

 GREEN value IS 87 (34.38% from 255) = 36.86%

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 30.93%
G = 36.86%
B = 32.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#49574C (or 0x49574C) is known color: Feldgrau. HEX triplet: 49, 57 and 4C. RGB value is (73,87,76). Sum of RGB (Red+Green+Blue) = 73+87+76=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #49574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49574C is #B6A8B3. Grayscale: #515151. Windows color (decimal): -11970740 or 5003081. OLE color: 5003081.

HSL color Cylindrical-coordinate representation of color #49574C: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49574C is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 87 76 -
CMYK 0.16 0 0.13 0.66
HSL 132.86º 0.09% 0.31% -
HSV(B) 132.86º 0.16% 0.34% -
XYZ 7.46 8.75 8.13 -
YUV 81.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 73 87 76 0.16 0 0.13 0.66 132.86 0.09 0.31
Hex 49 57 4C 10 0 D 42 85 9 1F
Octal 111 127 114 20 0 15 102 205 11 37
Binary 1001001 1010111 1001100 10000 0 1101 1000010 10000101 1001 11111

Color Harmonies of #49574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49574C

Black with #49574C

Text Example


Text Example

White with #49574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49574C;
 }
 .AnyTagClassName
 {
   color: #49574C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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