#415D49

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

Shades of Feldgrau #415D49

Tints of Feldgrau #415D49

Color information

#415D49 (or 0x415D49) is unknown color: approx Feldgrau. HEX triplet: 41, 5D and 49. RGB value is (65,93,73). Sum of RGB (Red+Green+Blue) = 65+93+73=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #415D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D49 is #BEA2B6. Grayscale: #525252. Windows color (decimal): -12493495 or 4808001. OLE color: 4808001.

HSL color Cylindrical-coordinate representation of color #415D49: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D49 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB659373-
CMYK0.3000.220.64
HSL137.14º17.72%30.98%-
HSV(B)137.14º30.11%36.47%-
XYZ7.39.437.74-
YUV82.35122.72115.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=28.14%
G=40.26%
B=31.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593730.3000.220.64137.1417.7230.98
Hex415D491E0164089121f
Octal101135111360261002112237
Binary100000110111011001001111100101101000000100010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415D49; }

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

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

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

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

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

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

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

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