#496251

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

Shades of Feldgrau #496251

Tints of Feldgrau #496251

Color information

#496251 (or 0x496251) is unknown color: approx Feldgrau. HEX triplet: 49, 62 and 51. RGB value is (73,98,81). Sum of RGB (Red+Green+Blue) = 73+98+81=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #496251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496251 is #B69DAE. Grayscale: #585858. Windows color (decimal): -11967919 or 5333577. OLE color: 5333577.

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

Color convert

RGB739881-
CMYK0.2600.170.62
HSL139.2º14.62%33.53%-
HSV(B)139.2º25.51%38.43%-
XYZ8.610.759.41-
YUV88.59123.72116.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=28.97%
G=38.89%
B=32.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398810.2600.170.62139.214.6233.53
Hex4962511A0113E8bf22
Octal11114212132021762131742
Binary10010011100010101000111010010001111110100010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496251; }

 p { color: rgb(73,98,81); }

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

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

 a { background-color: rgb(73,98,81); }

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

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

 span { border-color: rgb(73,98,81); }

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