#44644E

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

Shades of Feldgrau #44644E

Tints of Feldgrau #44644E

Color information

#44644E (or 0x44644E) is unknown color: approx Feldgrau. HEX triplet: 44, 64 and 4E. RGB value is (68,100,78). Sum of RGB (Red+Green+Blue) = 68+100+78=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #44644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44644E is #BB9BB1. Grayscale: #575757. Windows color (decimal): -12295090 or 5137476. OLE color: 5137476.

HSL color Cylindrical-coordinate representation of color #44644E: hue angle of 138.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #44644E is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB6810078-
CMYK0.3200.220.61
HSL138.75º19.05%32.94%-
HSV(B)138.75º32%39.22%-
XYZ8.3210.898.87-
YUV87.92122.4113.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=27.64%
G=40.65%
B=31.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100780.3200.220.61138.7519.0532.94
Hex44644E200163D8b1321
Octal10414411640026752132341
Binary1000100110010010011101000000101101111011000101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44644E; }

 p { color: rgb(68,100,78); }

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

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

 a { background-color: rgb(68,100,78); }

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

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

 span { border-color: rgb(68,100,78); }

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