Html Css Color HEX #49574D Feldgrau

📋 copy color: '#49574D'

red 73 ◦ green 87 ◦ blue 77

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

Shades of Feldgrau #49574D

Tints of Feldgrau #49574D

RGB

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

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

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

R = 30.8%
G = 36.71%
B = 32.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#49574D (or 0x49574D) is known color: Feldgrau. HEX triplet: 49, 57 and 4D. RGB value is (73,87,77). Sum of RGB (Red+Green+Blue) = 73+87+77=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #49574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49574D is #B6A8B2. Grayscale: #515151. Windows color (decimal): -11970739 or 5068617. OLE color: 5068617.

HSL color Cylindrical-coordinate representation of color #49574D: hue angle of 137.14º 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 #49574D is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 87 77 -
CMYK 0.16 0 0.11 0.66
HSL 137.14º 0.09% 0.31% -
HSV(B) 137.14º 0.16% 0.34% -
XYZ 7.5 8.77 8.32 -
YUV 81.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 73 87 77 0.16 0 0.11 0.66 137.14 0.09 0.31
Hex 49 57 4D 10 0 B 42 89 9 1F
Octal 111 127 115 20 0 13 102 211 11 37
Binary 1001001 1010111 1001101 10000 0 1011 1000010 10001001 1001 11111

Color Harmonies of #49574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49574D

Black with #49574D

Text Example


Text Example

White with #49574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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