Html Css Color HEX #49594F Feldgrau

📋 copy color: '#49594F'

red 73 ◦ green 89 ◦ blue 79

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

Shades of Feldgrau #49594F

Tints of Feldgrau #49594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 30.29%
G = 36.93%
B = 32.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#49594F (or 0x49594F) is known color: Feldgrau. HEX triplet: 49, 59 and 4F. RGB value is (73,89,79). Sum of RGB (Red+Green+Blue) = 73+89+79=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #49594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49594F is #B6A6B0. Grayscale: #535353. Windows color (decimal): -11970225 or 5200201. OLE color: 5200201.

HSL color Cylindrical-coordinate representation of color #49594F: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49594F is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 79 -
CMYK 0.18 0 0.11 0.65
HSL 142.5º 0.1% 0.32% -
HSV(B) 142.5º 0.18% 0.35% -
XYZ 7.73 9.13 8.75 -
YUV 83.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 73 89 79 0.18 0 0.11 0.65 142.5 0.1 0.32
Hex 49 59 4F 12 0 B 41 8E A 20
Octal 111 131 117 22 0 13 101 216 12 40
Binary 1001001 1011001 1001111 10010 0 1011 1000001 10001110 1010 100000

Color Harmonies of #49594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49594F

Black with #49594F

Text Example


Text Example

White with #49594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49594F; }

 p { color: rgb(73,89,79); }

 H1.HeaderClassName
 {
   color: #49594F;
 }
 .AnyTagClassName
 {
   color: #49594F;
 }
</style>

background-color css

<style>
 a { background-color: #49594F; }

 a { background-color: rgb(73,89,79); }

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

border-color css

<style>
 span { border-color: #49594F; }

 span { border-color: rgb(73,89,79); }

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