#44554A

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

Shades of Feldgrau #44554A

Tints of Feldgrau #44554A

Color information

#44554A (or 0x44554A) is unknown color: approx Feldgrau. HEX triplet: 44, 55 and 4A. RGB value is (68,85,74). Sum of RGB (Red+Green+Blue) = 68+85+74=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #44554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44554A is #BBAAB5. Grayscale: #4E4E4E. Windows color (decimal): -12298934 or 4871492. OLE color: 4871492.

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

Color convert

RGB688574-
CMYK0.2000.130.67
HSL141.18º11.11%30%-
HSV(B)141.18º20%33.33%-
XYZ6.878.227.7-
YUV78.66125.37120.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=29.96%
G=37.44%
B=32.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885740.2000.130.67141.1811.1130
Hex44554A140D438db1e
Octal104125112240151032151336
Binary1000100101010110010101010001101100001110001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44554A; }

 p { color: rgb(68,85,74); }

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

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

 a { background-color: rgb(68,85,74); }

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

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

 span { border-color: rgb(68,85,74); }

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