#496354

Color #496354 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #496354

Tints of Feldgrau #496354

Color information

#496354 (or 0x496354) is unknown color: approx Feldgrau. HEX triplet: 49, 63 and 54. RGB value is (73,99,84). Sum of RGB (Red+Green+Blue) = 73+99+84=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #496354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496354 is #B69CAB. Grayscale: #595959. Windows color (decimal): -11967660 or 5530441. OLE color: 5530441.

HSL color Cylindrical-coordinate representation of color #496354: hue angle of 145.38º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496354 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB739984-
CMYK0.2600.150.61
HSL145.38º15.12%33.73%-
HSV(B)145.38º26.26%38.82%-
XYZ8.8110.9810.04-
YUV89.52124.89116.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=28.52%
G=38.67%
B=32.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399840.2600.150.61145.3815.1233.73
Hex4963541A0F3D91f22
Octal11114312432017752211742
Binary1001001110001110101001101001111111101100100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496354; }

 p { color: rgb(73,99,84); }

 H1.HeaderClassName
 {
   color: #496354;
 }
 .AnyTagClassName
 {
   color: #496354;
 }
</style>
background-color css

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

 a { background-color: rgb(73,99,84); }

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

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

 span { border-color: rgb(73,99,84); }

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