#445E4F

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

Shades of Feldgrau #445E4F

Tints of Feldgrau #445E4F

Color information

#445E4F (or 0x445E4F) is unknown color: approx Feldgrau. HEX triplet: 44, 5E and 4F. RGB value is (68,94,79). Sum of RGB (Red+Green+Blue) = 68+94+79=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #445E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E4F is #BBA1B0. Grayscale: #545454. Windows color (decimal): -12296625 or 5201476. OLE color: 5201476.

HSL color Cylindrical-coordinate representation of color #445E4F: hue angle of 145.38º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445E4F is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB689479-
CMYK0.2800.160.63
HSL145.38º16.05%31.76%-
HSV(B)145.38º27.66%36.86%-
XYZ7.89.88.88-
YUV84.52124.89116.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=28.22%
G=39.00%
B=32.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6894790.2800.160.63145.3816.0531.76
Hex445E4F1C0103F911020
Octal10413611734020772212040
Binary100010010111101001111111000100001111111001000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,94,79); }

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

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

 a { background-color: rgb(68,94,79); }

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

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

 span { border-color: rgb(68,94,79); }

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