#496152

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

Shades of Feldgrau #496152

Tints of Feldgrau #496152

Color information

#496152 (or 0x496152) is unknown color: approx Feldgrau. HEX triplet: 49, 61 and 52. RGB value is (73,97,82). Sum of RGB (Red+Green+Blue) = 73+97+82=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #496152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496152 is #B69EAD. Grayscale: #585858. Windows color (decimal): -11968174 or 5398857. OLE color: 5398857.

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

Color convert

RGB739782-
CMYK0.2500.150.62
HSL142.5º14.12%33.33%-
HSV(B)142.5º24.74%38.04%-
XYZ8.5510.589.57-
YUV88.11124.55117.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=28.97%
G=38.49%
B=32.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397820.2500.150.62142.514.1233.33
Hex496152190F3E8ee21
Octal11114112231017762161641
Binary1001001110000110100101100101111111110100011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496152; }

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

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

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

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

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

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

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

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