Html Css Color HEX #49554D Feldgrau

📋 copy color: '#49554D'

red 73 ◦ green 85 ◦ blue 77

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

Shades of Feldgrau #49554D

Tints of Feldgrau #49554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

 BLUE value IS 77 (30.47% from 255) = 32.77%

R = 31.06%
G = 36.17%
B = 32.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#49554D (or 0x49554D) is known color: Feldgrau. HEX triplet: 49, 55 and 4D. RGB value is (73,85,77). Sum of RGB (Red+Green+Blue) = 73+85+77=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #49554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49554D is #B6AAB2. Grayscale: #505050. Windows color (decimal): -11971251 or 5068105. OLE color: 5068105.

HSL color Cylindrical-coordinate representation of color #49554D: hue angle of 140º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49554D is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 77 -
CMYK 0.14 0 0.09 0.67
HSL 140º 0.08% 0.31% -
HSV(B) 140º 0.14% 0.33% -
XYZ 7.34 8.45 8.27 -
YUV 80.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 73 85 77 0.14 0 0.09 0.67 140 0.08 0.31
Hex 49 55 4D E 0 9 43 8C 8 1F
Octal 111 125 115 16 0 11 103 214 10 37
Binary 1001001 1010101 1001101 1110 0 1001 1000011 10001100 1000 11111

Color Harmonies of #49554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49554D

Black with #49554D

Text Example


Text Example

White with #49554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49554D; }

 p { color: rgb(73,85,77); }

 H1.HeaderClassName
 {
   color: #49554D;
 }
 .AnyTagClassName
 {
   color: #49554D;
 }
</style>

background-color css

<style>
 a { background-color: #49554D; }

 a { background-color: rgb(73,85,77); }

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

border-color css

<style>
 span { border-color: #49554D; }

 span { border-color: rgb(73,85,77); }

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