Html Css Color HEX #496956 Feldgrau

📋 copy color: '#496956'

red 73 ◦ green 105 ◦ blue 86

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

Shades of Feldgrau #496956

Tints of Feldgrau #496956

RGB

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

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

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

R = 27.65%
G = 39.77%
B = 32.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#496956 (or 0x496956) is known color: Feldgrau. HEX triplet: 49, 69 and 56. RGB value is (73,105,86). Sum of RGB (Red+Green+Blue) = 73+105+86=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #496956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496956 is #B696A9. Grayscale: #5D5D5D. Windows color (decimal): -11966122 or 5663049. OLE color: 5663049.

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

Color convert

RGB 73 105 86 -
CMYK 0.30 0 0.18 0.59
HSL 144.38º 0.18% 0.35% -
HSV(B) 144.38º 0.3% 0.41% -
XYZ 9.48 12.19 10.66 -
YUV 93.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 73 105 86 0.30 0 0.18 0.59 144.38 0.18 0.35
Hex 49 69 56 1E 0 12 3B 90 12 23
Octal 111 151 126 36 0 22 73 220 22 43
Binary 1001001 1101001 1010110 11110 0 10010 111011 10010000 10010 100011

Color Harmonies of #496956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496956

Black with #496956

Text Example


Text Example

White with #496956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496956; }

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

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

background-color css

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

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

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

border-color css

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

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

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