#445449

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

Shades of Feldgrau #445449

Tints of Feldgrau #445449

Color information

#445449 (or 0x445449) is unknown color: approx Feldgrau. HEX triplet: 44, 54 and 49. RGB value is (68,84,73). Sum of RGB (Red+Green+Blue) = 68+84+73=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #445449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445449 is #BBABB6. Grayscale: #4D4D4D. Windows color (decimal): -12299191 or 4805700. OLE color: 4805700.

HSL color Cylindrical-coordinate representation of color #445449: hue angle of 138.75º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #445449 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB688473-
CMYK0.1900.130.67
HSL138.75º10.53%29.8%-
HSV(B)138.75º19.05%32.94%-
XYZ6.768.057.5-
YUV77.96125.2120.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=30.22%
G=37.33%
B=32.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884730.1900.130.67138.7510.5329.8
Hex445449130D438bb1e
Octal104124111230151032131336
Binary1000100101010010010011001101101100001110001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445449; }

 p { color: rgb(68,84,73); }

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

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

 a { background-color: rgb(68,84,73); }

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

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

 span { border-color: rgb(68,84,73); }

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