#445D4C

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

Shades of Feldgrau #445D4C

Tints of Feldgrau #445D4C

Color information

#445D4C (or 0x445D4C) is unknown color: approx Feldgrau. HEX triplet: 44, 5D and 4C. RGB value is (68,93,76). Sum of RGB (Red+Green+Blue) = 68+93+76=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #445D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D4C is #BBA2B3. Grayscale: #535353. Windows color (decimal): -12296884 or 5004612. OLE color: 5004612.

HSL color Cylindrical-coordinate representation of color #445D4C: hue angle of 139.2º 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 #445D4C is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB689376-
CMYK0.2700.180.64
HSL139.2º15.53%31.57%-
HSV(B)139.2º26.88%36.47%-
XYZ7.69.588.29-
YUV83.59123.72116.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=28.69%
G=39.24%
B=32.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893760.2700.180.64139.215.5331.57
Hex445D4C1B012408b1020
Octal104135114330221002132040
Binary1000100101110110011001101101001010000001000101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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