Html Css Color HEX #49554E Feldgrau

📋 copy color: '#49554E'

red 73 ◦ green 85 ◦ blue 78

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

Shades of Feldgrau #49554E

Tints of Feldgrau #49554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.05%

R = 30.93%
G = 36.02%
B = 33.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#49554E (or 0x49554E) is known color: Feldgrau. HEX triplet: 49, 55 and 4E. RGB value is (73,85,78). Sum of RGB (Red+Green+Blue) = 73+85+78=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #49554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49554E is #B6AAB1. Grayscale: #505050. Windows color (decimal): -11971250 or 5133641. OLE color: 5133641.

HSL color Cylindrical-coordinate representation of color #49554E: hue angle of 145º 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 #49554E is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 78 -
CMYK 0.14 0 0.08 0.67
HSL 145º 0.08% 0.31% -
HSV(B) 145º 0.14% 0.33% -
XYZ 7.37 8.46 8.45 -
YUV 80.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 73 85 78 0.14 0 0.08 0.67 145 0.08 0.31
Hex 49 55 4E E 0 8 43 91 8 1F
Octal 111 125 116 16 0 10 103 221 10 37
Binary 1001001 1010101 1001110 1110 0 1000 1000011 10010001 1000 11111

Color Harmonies of #49554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49554E

Black with #49554E

Text Example


Text Example

White with #49554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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