Html Css Color HEX #49564E Feldgrau

📋 copy color: '#49564E'

red 73 ◦ green 86 ◦ blue 78

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

Shades of Feldgrau #49564E

Tints of Feldgrau #49564E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.29%

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

R = 30.8%
G = 36.29%
B = 32.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#49564E (or 0x49564E) is known color: Feldgrau. HEX triplet: 49, 56 and 4E. RGB value is (73,86,78). Sum of RGB (Red+Green+Blue) = 73+86+78=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 86 - color contains mainly: green. Hex color #49564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49564E is #B6A9B1. Grayscale: #515151. Windows color (decimal): -11970994 or 5133897. OLE color: 5133897.

HSL color Cylindrical-coordinate representation of color #49564E: hue angle of 143.08º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49564E is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 78 -
CMYK 0.15 0 0.09 0.66
HSL 143.08º 0.08% 0.31% -
HSV(B) 143.08º 0.15% 0.34% -
XYZ 7.45 8.62 8.48 -
YUV 81.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 73 86 78 0.15 0 0.09 0.66 143.08 0.08 0.31
Hex 49 56 4E F 0 9 42 8F 8 1F
Octal 111 126 116 17 0 11 102 217 10 37
Binary 1001001 1010110 1001110 1111 0 1001 1000010 10001111 1000 11111

Color Harmonies of #49564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49564E

Black with #49564E

Text Example


Text Example

White with #49564E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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