Html Css Color HEX #496856 Feldgrau

📋 copy color: '#496856'

red 73 ◦ green 104 ◦ blue 86

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

Shades of Feldgrau #496856

Tints of Feldgrau #496856

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

 BLUE value IS 86 (33.98% from 255) = 32.7%

R = 27.76%
G = 39.54%
B = 32.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#496856 (or 0x496856) is known color: Feldgrau. HEX triplet: 49, 68 and 56. RGB value is (73,104,86). Sum of RGB (Red+Green+Blue) = 73+104+86=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #496856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496856 is #B697A9. Grayscale: #5C5C5C. Windows color (decimal): -11966378 or 5662793. OLE color: 5662793.

HSL color Cylindrical-coordinate representation of color #496856: hue angle of 145.16º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496856 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 86 -
CMYK 0.30 0 0.17 0.59
HSL 145.16º 0.18% 0.35% -
HSV(B) 145.16º 0.3% 0.41% -
XYZ 9.38 11.99 10.62 -
YUV 92.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 73 104 86 0.30 0 0.17 0.59 145.16 0.18 0.35
Hex 49 68 56 1E 0 11 3B 91 12 23
Octal 111 150 126 36 0 21 73 221 22 43
Binary 1001001 1101000 1010110 11110 0 10001 111011 10010001 10010 100011

Color Harmonies of #496856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496856

Black with #496856

Text Example


Text Example

White with #496856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496856; }

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

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

background-color css

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

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

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

border-color css

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

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

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