#415B49

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

Shades of Feldgrau #415B49

Tints of Feldgrau #415B49

Color information

#415B49 (or 0x415B49) is unknown color: approx Feldgrau. HEX triplet: 41, 5B and 49. RGB value is (65,91,73). Sum of RGB (Red+Green+Blue) = 65+91+73=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 91 - color contains mainly: green. Hex color #415B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415B49 is #BEA4B6. Grayscale: #515151. Windows color (decimal): -12494007 or 4807489. OLE color: 4807489.

HSL color Cylindrical-coordinate representation of color #415B49: hue angle of 138.46º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415B49 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB659173-
CMYK0.2900.200.64
HSL138.46º16.67%30.59%-
HSV(B)138.46º28.57%35.69%-
XYZ7.129.097.68-
YUV81.17123.39116.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=28.38%
G=39.74%
B=31.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6591730.2900.200.64138.4616.6730.59
Hex415B491D014408a111f
Octal101133111350241002122137
Binary100000110110111001001111010101001000000100010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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