Html Css Color HEX #496955 Feldgrau

📋 copy color: '#496955'

red 73 ◦ green 105 ◦ blue 85

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

Shades of Feldgrau #496955

Tints of Feldgrau #496955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.92%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 27.76%
G = 39.92%
B = 32.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#496955 (or 0x496955) is known color: Feldgrau. HEX triplet: 49, 69 and 55. RGB value is (73,105,85). Sum of RGB (Red+Green+Blue) = 73+105+85=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #496955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496955 is #B696AA. Grayscale: #5D5D5D. Windows color (decimal): -11966123 or 5597513. OLE color: 5597513.

HSL color Cylindrical-coordinate representation of color #496955: hue angle of 142.5º 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 #496955 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 85 -
CMYK 0.30 0 0.19 0.59
HSL 142.5º 0.18% 0.35% -
HSV(B) 142.5º 0.3% 0.41% -
XYZ 9.44 12.18 10.45 -
YUV 93.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 73 105 85 0.30 0 0.19 0.59 142.5 0.18 0.35
Hex 49 69 55 1E 0 13 3B 8E 12 23
Octal 111 151 125 36 0 23 73 216 22 43
Binary 1001001 1101001 1010101 11110 0 10011 111011 10001110 10010 100011

Color Harmonies of #496955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496955

Black with #496955

Text Example


Text Example

White with #496955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496955; }

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

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

background-color css

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

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

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

border-color css

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

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

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