#44564A

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

Shades of Feldgrau #44564A

Tints of Feldgrau #44564A

Color information

#44564A (or 0x44564A) is unknown color: approx Feldgrau. HEX triplet: 44, 56 and 4A. RGB value is (68,86,74). Sum of RGB (Red+Green+Blue) = 68+86+74=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 86 - color contains mainly: green. Hex color #44564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44564A is #BBA9B5. Grayscale: #4F4F4F. Windows color (decimal): -12298678 or 4871748. OLE color: 4871748.

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

Color convert

RGB688674-
CMYK0.2100.140.66
HSL140º11.69%30.2%-
HSV(B)140º20.93%33.73%-
XYZ6.958.387.73-
YUV79.25125.04119.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=29.82%
G=37.72%
B=32.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6886740.2100.140.6614011.6930.2
Hex44564A150E428cc1e
Octal104126112250161022141436
Binary1000100101011010010101010101110100001010001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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