Html Css Color HEX #49554C Feldgrau

📋 copy color: '#49554C'

red 73 ◦ green 85 ◦ blue 76

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

Shades of Feldgrau #49554C

Tints of Feldgrau #49554C

RGB

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

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

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

R = 31.2%
G = 36.32%
B = 32.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#49554C (or 0x49554C) is known color: Feldgrau. HEX triplet: 49, 55 and 4C. RGB value is (73,85,76). Sum of RGB (Red+Green+Blue) = 73+85+76=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #49554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49554C is #B6AAB3. Grayscale: #505050. Windows color (decimal): -11971252 or 5002569. OLE color: 5002569.

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

Color convert

RGB 73 85 76 -
CMYK 0.14 0 0.11 0.67
HSL 135º 0.08% 0.31% -
HSV(B) 135º 0.14% 0.33% -
XYZ 7.3 8.44 8.08 -
YUV 80.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 73 85 76 0.14 0 0.11 0.67 135 0.08 0.31
Hex 49 55 4C E 0 B 43 87 8 1F
Octal 111 125 114 16 0 13 103 207 10 37
Binary 1001001 1010101 1001100 1110 0 1011 1000011 10000111 1000 11111

Color Harmonies of #49554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49554C

Black with #49554C

Text Example


Text Example

White with #49554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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