Html Css Color HEX #496A56 Feldgrau

📋 copy color: '#496A56'

red 73 ◦ green 106 ◦ blue 86

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

Shades of Feldgrau #496A56

Tints of Feldgrau #496A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40%

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

R = 27.55%
G = 40%
B = 32.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#496A56 (or 0x496A56) is known color: Feldgrau. HEX triplet: 49, 6A and 56. RGB value is (73,106,86). Sum of RGB (Red+Green+Blue) = 73+106+86=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 106 - color contains mainly: green. Hex color #496A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A56 is #B695A9. Grayscale: #5D5D5D. Windows color (decimal): -11965866 or 5663305. OLE color: 5663305.

HSL color Cylindrical-coordinate representation of color #496A56: hue angle of 143.64º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #496A56 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 106 86 -
CMYK 0.31 0 0.19 0.58
HSL 143.64º 0.18% 0.35% -
HSV(B) 143.64º 0.31% 0.42% -
XYZ 9.58 12.4 10.69 -
YUV 93.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 73 106 86 0.31 0 0.19 0.58 143.64 0.18 0.35
Hex 49 6A 56 1F 0 13 3A 90 12 23
Octal 111 152 126 37 0 23 72 220 22 43
Binary 1001001 1101010 1010110 11111 0 10011 111010 10010000 10010 100011

Color Harmonies of #496A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A56

Black with #496A56

Text Example


Text Example

White with #496A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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