#445749

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

Shades of Feldgrau #445749

Tints of Feldgrau #445749

Color information

#445749 (or 0x445749) is unknown color: approx Feldgrau. HEX triplet: 44, 57 and 49. RGB value is (68,87,73). Sum of RGB (Red+Green+Blue) = 68+87+73=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #445749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445749 is #BBA8B6. Grayscale: #4F4F4F. Windows color (decimal): -12298423 or 4806468. OLE color: 4806468.

HSL color Cylindrical-coordinate representation of color #445749: hue angle of 135.79º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445749 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB688773-
CMYK0.2200.160.66
HSL135.79º12.26%30.39%-
HSV(B)135.79º21.84%34.12%-
XYZ6.998.537.58-
YUV79.72124.21119.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=29.82%
G=38.16%
B=32.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887730.2200.160.66135.7912.2630.39
Hex445749160104288c1e
Octal104127111260201022101436
Binary10001001010111100100110110010000100001010001000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445749; }

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

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

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

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

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

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

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

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