#445D4A

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

Shades of Feldgrau #445D4A

Tints of Feldgrau #445D4A

Color information

#445D4A (or 0x445D4A) is unknown color: approx Feldgrau. HEX triplet: 44, 5D and 4A. RGB value is (68,93,74). Sum of RGB (Red+Green+Blue) = 68+93+74=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #445D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D4A is #BBA2B5. Grayscale: #535353. Windows color (decimal): -12296886 or 4873540. OLE color: 4873540.

HSL color Cylindrical-coordinate representation of color #445D4A: hue angle of 134.4º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445D4A is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB689374-
CMYK0.2700.200.64
HSL134.4º15.53%31.57%-
HSV(B)134.4º26.88%36.47%-
XYZ7.539.557.93-
YUV83.36122.72117.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=28.94%
G=39.57%
B=31.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893740.2700.200.64134.415.5331.57
Hex445D4A1B01440861020
Octal104135112330241002062040
Binary1000100101110110010101101101010010000001000011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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