Html Css Color HEX #496354 Feldgrau

📋 copy color: '#496354'

red 73 ◦ green 99 ◦ blue 84

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

Shades of Feldgrau #496354

Tints of Feldgrau #496354

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.2% from 255) = 32.81%

R = 28.52%
G = 38.67%
B = 32.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#496354 (or 0x496354) is known color: 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

RGB 73 99 84 -
CMYK 0.26 0 0.15 0.61
HSL 145.38º 0.15% 0.34% -
HSV(B) 145.38º 0.26% 0.39% -
XYZ 8.81 10.98 10.04 -
YUV 89.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 73 99 84 0.26 0 0.15 0.61 145.38 0.15 0.34
Hex 49 63 54 1A 0 F 3D 91 F 22
Octal 111 143 124 32 0 17 75 221 17 42
Binary 1001001 1100011 1010100 11010 0 1111 111101 10010001 1111 100010

Color Harmonies of #496354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496354

Black with #496354

Text Example


Text Example

White with #496354

Text Example


Text Example

HTML Codes & Css Web 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>