#445A49

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

Shades of Feldgrau #445A49

Tints of Feldgrau #445A49

Color information

#445A49 (or 0x445A49) is unknown color: approx Feldgrau. HEX triplet: 44, 5A and 49. RGB value is (68,90,73). Sum of RGB (Red+Green+Blue) = 68+90+73=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #445A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A49 is #BBA5B6. Grayscale: #515151. Windows color (decimal): -12297655 or 4807236. OLE color: 4807236.

HSL color Cylindrical-coordinate representation of color #445A49: hue angle of 133.64º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445A49 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB689073-
CMYK0.2400.190.65
HSL133.64º13.92%30.98%-
HSV(B)133.64º24.44%35.29%-
XYZ7.249.027.66-
YUV81.48123.21118.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=29.44%
G=38.96%
B=31.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6890730.2400.190.65133.6413.9230.98
Hex445A49180134186e1f
Octal104132111300231012061637
Binary10001001011010100100111000010011100000110000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445A49; }

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

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

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

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

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

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

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

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