#496052

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

Shades of Feldgrau #496052

Tints of Feldgrau #496052

Color information

#496052 (or 0x496052) is unknown color: approx Feldgrau. HEX triplet: 49, 60 and 52. RGB value is (73,96,82). Sum of RGB (Red+Green+Blue) = 73+96+82=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #496052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496052 is #B69FAD. Grayscale: #575757. Windows color (decimal): -11968430 or 5398601. OLE color: 5398601.

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

Color convert

RGB739682-
CMYK0.2400.150.62
HSL143.48º13.61%33.14%-
HSV(B)143.48º23.96%37.65%-
XYZ8.4510.399.54-
YUV87.53124.88117.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=29.08%
G=38.25%
B=32.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396820.2400.150.62143.4813.6133.14
Hex496052180F3E8fe21
Octal11114012230017762171641
Binary1001001110000010100101100001111111110100011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496052; }

 p { color: rgb(73,96,82); }

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

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

 a { background-color: rgb(73,96,82); }

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

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

 span { border-color: rgb(73,96,82); }

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