#44634D

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

Shades of Feldgrau #44634D

Tints of Feldgrau #44634D

Color information

#44634D (or 0x44634D) is unknown color: approx Feldgrau. HEX triplet: 44, 63 and 4D. RGB value is (68,99,77). Sum of RGB (Red+Green+Blue) = 68+99+77=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #44634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44634D is #BB9CB2. Grayscale: #575757. Windows color (decimal): -12295347 or 5071684. OLE color: 5071684.

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

Color convert

RGB689977-
CMYK0.3100.220.61
HSL137.42º18.56%32.75%-
HSV(B)137.42º31.31%38.82%-
XYZ8.1910.698.65-
YUV87.22122.23114.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=27.87%
G=40.57%
B=31.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899770.3100.220.61137.4218.5632.75
Hex44634D1F0163D891321
Octal10414311537026752112341
Binary100010011000111001101111110101101111011000100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44634D; }

 p { color: rgb(68,99,77); }

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

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

 a { background-color: rgb(68,99,77); }

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

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

 span { border-color: rgb(68,99,77); }

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