#416149

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

Shades of Feldgrau #416149

Tints of Feldgrau #416149

Color information

#416149 (or 0x416149) is unknown color: approx Feldgrau. HEX triplet: 41, 61 and 49. RGB value is (65,97,73). Sum of RGB (Red+Green+Blue) = 65+97+73=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #416149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416149 is #BE9EB6. Grayscale: #545454. Windows color (decimal): -12492471 or 4809025. OLE color: 4809025.

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

Color convert

RGB659773-
CMYK0.3300.250.62
HSL135º19.75%31.76%-
HSV(B)135º32.99%38.04%-
XYZ7.6610.157.86-
YUV84.7121.4113.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=27.66%
G=41.28%
B=31.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597730.3300.250.6213519.7531.76
Hex416149210193E871420
Octal10114111141031762072440
Binary1000001110000110010011000010110011111101000011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416149; }

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

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

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

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

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

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

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

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