#445648

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

Shades of Feldgrau #445648

Tints of Feldgrau #445648

Color information

#445648 (or 0x445648) is unknown color: approx Feldgrau. HEX triplet: 44, 56 and 48. RGB value is (68,86,72). Sum of RGB (Red+Green+Blue) = 68+86+72=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #445648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445648 is #BBA9B7. Grayscale: #4F4F4F. Windows color (decimal): -12298680 or 4740676. OLE color: 4740676.

HSL color Cylindrical-coordinate representation of color #445648: hue angle of 133.33º 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 #445648 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB688672-
CMYK0.2100.160.66
HSL133.33º11.69%30.2%-
HSV(B)133.33º20.93%33.73%-
XYZ6.888.357.38-
YUV79.02124.04120.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=30.09%
G=38.05%
B=31.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6886720.2100.160.66133.3311.6930.2
Hex445648150104285c1e
Octal104126110250201022051436
Binary10001001010110100100010101010000100001010000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445648; }

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

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

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

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

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

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

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

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