Html Css Color HEX #49584D Feldgrau

📋 copy color: '#49584D'

red 73 ◦ green 88 ◦ blue 77

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

Shades of Feldgrau #49584D

Tints of Feldgrau #49584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.97%

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

R = 30.67%
G = 36.97%
B = 32.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#49584D (or 0x49584D) is known color: Feldgrau. HEX triplet: 49, 58 and 4D. RGB value is (73,88,77). Sum of RGB (Red+Green+Blue) = 73+88+77=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #49584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49584D is #B6A7B2. Grayscale: #525252. Windows color (decimal): -11970483 or 5068873. OLE color: 5068873.

HSL color Cylindrical-coordinate representation of color #49584D: hue angle of 136º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #49584D is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 77 -
CMYK 0.17 0 0.12 0.65
HSL 136º 0.09% 0.32% -
HSV(B) 136º 0.17% 0.35% -
XYZ 7.58 8.93 8.35 -
YUV 82.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 73 88 77 0.17 0 0.12 0.65 136 0.09 0.32
Hex 49 58 4D 11 0 C 41 88 9 20
Octal 111 130 115 21 0 14 101 210 11 40
Binary 1001001 1011000 1001101 10001 0 1100 1000001 10001000 1001 100000

Color Harmonies of #49584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49584D

Black with #49584D

Text Example


Text Example

White with #49584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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