#44654E

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

Shades of Feldgrau #44654E

Tints of Feldgrau #44654E

Color information

#44654E (or 0x44654E) is unknown color: approx Feldgrau. HEX triplet: 44, 65 and 4E. RGB value is (68,101,78). Sum of RGB (Red+Green+Blue) = 68+101+78=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #44654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44654E is #BB9AB1. Grayscale: #585858. Windows color (decimal): -12294834 or 5137732. OLE color: 5137732.

HSL color Cylindrical-coordinate representation of color #44654E: hue angle of 138.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #44654E is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB6810178-
CMYK0.3300.230.60
HSL138.18º19.53%33.14%-
HSV(B)138.18º32.67%39.61%-
XYZ8.4111.098.9-
YUV88.51122.07113.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=27.53%
G=40.89%
B=31.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68101780.3300.230.60138.1819.5333.14
Hex44654E210173C8a1421
Octal10414511641027742122441
Binary1000100110010110011101000010101111111001000101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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